Merge remote-tracking branch 'origin/jenkins_with_weblogic' of C:/KJB_DEV/eapim-bundle/bundles/251128/eapim-admin-kjb_incremental_2025-11-01.bundle into jenkins_with_weblogic

This commit is contained in:
Rinjae
2025-11-28 10:07:10 +09:00
10 changed files with 546 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