파트너코드 조회
This commit is contained in:
@@ -91,6 +91,18 @@ public class KjbProperty {
|
||||
@NotEmpty
|
||||
private String obpPartnerCodeValue = "100001-01";
|
||||
|
||||
@KjbPropertyValue(key = "kjb.obp.connection_timeout", defaultValue = "5")
|
||||
@Min(1) @Max(10)
|
||||
private int obpConnectionTimeout = 5;
|
||||
|
||||
@KjbPropertyValue(key = "kjb.obp.response_timeout", defaultValue = "5")
|
||||
@Min(1) @Max(30)
|
||||
private int obpResponseTimeout = 5;
|
||||
|
||||
@KjbPropertyValue(key = "kjb.obp.timeout", defaultValue = "10")
|
||||
@Min(1) @Max(30)
|
||||
private int obpTimeout = 10;
|
||||
|
||||
|
||||
@KjbPropertyValue(key = "kjb.obp.url.commission", defaultValue = "/api/billing/billing/findBillingForCondition")
|
||||
@NotEmpty
|
||||
|
||||
Reference in New Issue
Block a user