weblogic 테스트 시작
This commit is contained in:
@@ -73,7 +73,7 @@ public class KjbProperty {
|
||||
|
||||
@KjbPropertyValue(key = "kjb.obp.url")
|
||||
@Pattern(regexp = "^(https?://[^\\s/$.?#][^\\s]*)|\\s*$", message = "kjb.obp.url 는 유효한 URL 형식이거나 공백이어야 합니다. 예: http://example.com/api")
|
||||
private int obpUrl;
|
||||
private String obpUrl;
|
||||
|
||||
@KjbPropertyValue(key = "kjb.obp.trust_system.key", defaultValue = "x-obp-trust-system")
|
||||
@NotEmpty
|
||||
@@ -103,6 +103,37 @@ public class KjbProperty {
|
||||
@KjbPropertyValue(key = "kjb.obp.url.organization_fmt", defaultValue = "/api/customer/findCustomerByBusinessManRegistrationNo/%s")
|
||||
@NotEmpty
|
||||
private String obpUrlOrganizationFmt = "/api/customer/findCustomerByBusinessManRegistrationNo/%s";
|
||||
|
||||
|
||||
// 광주은행 SSO
|
||||
|
||||
@KjbPropertyValue(key = "kjb.url", defaultValue = "https://manage-eapim.kjbank.com")
|
||||
@NotEmpty
|
||||
private String url = "https://manage-eapim.kjbank.com";
|
||||
|
||||
@KjbPropertyValue(key = "kjb.sso.ascp_url", defaultValue = "/sso/login.do")
|
||||
@NotEmpty
|
||||
private String ssoAscpUri = "/sso/login.do";
|
||||
|
||||
// @KjbPropertyValue(key = "kjb.sso.domain", defaultValue = "sso.kjbank.com")
|
||||
// @NotEmpty
|
||||
// private String ssoDomain = "sso.kjbank.com";
|
||||
//
|
||||
// @KjbPropertyValue(key = "kjb.sso.nd_server", defaultValue = "http://sso.kjbank.com:5480")
|
||||
// @NotEmpty
|
||||
// private String ssoNdServer = "http://sso.kjbank.com:5480";
|
||||
//
|
||||
// @KjbPropertyValue(key = "kjb.sso.timeout", defaultValue = "15000")
|
||||
// @Min(1)
|
||||
// private int ssoTimeout = 15000;
|
||||
//
|
||||
// @KjbPropertyValue(key = "kjb.sso.cookie_padding", defaultValue = "_V42")
|
||||
// @Min(1)
|
||||
// private String ssoCookiePadding = "_V42";
|
||||
//
|
||||
// @KjbPropertyValue(key = "kjb.sso.service_name", defaultValue = "eapim-admin")
|
||||
// @Min(1)
|
||||
// private String ssoServiceName = "eapim-admin";
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user