KjbProperty 타입 오류 수정

This commit is contained in:
Rinjae
2025-11-26 12:02:08 +09:00
parent 1e3dee5f8f
commit f0cffdf9da
2 changed files with 29 additions and 1 deletions
@@ -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