제주은행 메신저 발송

This commit is contained in:
eastargh
2026-06-02 13:30:59 +09:00
parent d32005450f
commit 777ca3a6a6
4 changed files with 212 additions and 0 deletions
@@ -189,8 +189,19 @@ public class KjbProperty {
defaultValue = "10000"
)
private Integer apiGwMetricPageSize = 10000;
// 제주은행 swing chat (messenger)
@KjbPropertyValue(key = "djb.swing.url", defaultValue = "http://172.31.35.144:9021")
@NotEmpty
private String swingUrl = "";
public String toJsonString(boolean isPretty) {
return isPretty
? new GsonBuilder().setPrettyPrinting().create().toJson(this)