KjbProperty 타입 오류 수정
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
|
||||
|
||||
Reference in New Issue
Block a user