파트너코드 조회

This commit is contained in:
Rinjae
2025-11-26 14:28:12 +09:00
parent f0cffdf9da
commit 818155242f
9 changed files with 518 additions and 38 deletions
@@ -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