스윙챗 발송

This commit is contained in:
eastargh
2026-06-04 17:39:35 +09:00
parent 777ca3a6a6
commit d42fd1d9be
6 changed files with 367 additions and 29 deletions
@@ -194,11 +194,23 @@ public class KjbProperty {
// 제주은행 swing chat (messenger)
@KjbPropertyValue(key = "djb.swing.url", defaultValue = "http://172.31.35.144:9021")
@NotEmpty
@KjbPropertyValue(key = "djb.swing.url", defaultValue = "http://127.0.0.1")
private String swingUrl = "";
@KjbPropertyValue(key = "djb.swing.was_ip_address", defaultValue = "http://127.0.0.1")
private String swingWasIpAddress = "";
@KjbPropertyValue(key = "djb.swing.was_mac_address", defaultValue = "http://127.0.0.1")
private String swingMacIpAddress = "";
@KjbPropertyValue(key = "djb.swing.client_id", defaultValue = "12345")
private String swingClientId = "";
@KjbPropertyValue(key = "djb.swing.client_secret", defaultValue = "12345")
private String swingClientSecret = "";