제주은행 메신저 발송
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user