ums 관련 정리
This commit is contained in:
@@ -193,24 +193,45 @@ public class KjbProperty {
|
||||
|
||||
|
||||
|
||||
// 제주은행 swing chat (messenger)
|
||||
|
||||
@KjbPropertyValue(key = "djb.swing.url", defaultValue = "http://127.0.0.1")
|
||||
private String swingUrl = "";
|
||||
// 제주은행 ums
|
||||
@KjbPropertyValue(key = "djb.ums.was_ip_address")
|
||||
private String umsWasIpAddress = "";
|
||||
|
||||
@KjbPropertyValue(key = "djb.swing.was_ip_address", defaultValue = "http://127.0.0.1")
|
||||
private String swingWasIpAddress = "";
|
||||
@KjbPropertyValue(key = "djb.ums.was_mac_address")
|
||||
private String umsWasMacAddress = "";
|
||||
|
||||
@KjbPropertyValue(key = "djb.ums.swing.url")
|
||||
private String umsSwingUrl = "";
|
||||
|
||||
@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.ums.swing.client_id")
|
||||
private String umsSwingClientId = "";
|
||||
|
||||
@KjbPropertyValue(key = "djb.swing.client_secret", defaultValue = "12345")
|
||||
private String swingClientSecret = "";
|
||||
@KjbPropertyValue(key = "djb.ums.swing.client_secret")
|
||||
private String umsSwingClientSecret = "";
|
||||
|
||||
@KjbPropertyValue(key = "djb.ums.swing.tx_id")
|
||||
private String umsSwingTxId = "";
|
||||
|
||||
@KjbPropertyValue(key = "djb.ums.swing.if_id")
|
||||
private String umsSwingIfId = "";
|
||||
|
||||
@KjbPropertyValue(key = "djb.ums.sms.url")
|
||||
private String umsSmsUrl = "";
|
||||
|
||||
@KjbPropertyValue(key = "djb.ums.sms.tx_id")
|
||||
private String umsSmsTxId = "";
|
||||
|
||||
@KjbPropertyValue(key = "djb.ums.sms.if_id")
|
||||
private String umsSmsIfId = "";
|
||||
|
||||
@KjbPropertyValue(key = "djb.ums.email.url")
|
||||
private String umsEmailUrl = "";
|
||||
|
||||
@KjbPropertyValue(key = "djb.ums.email.tx_id")
|
||||
private String umsEmailTxId = "";
|
||||
|
||||
@KjbPropertyValue(key = "djb.ums.email.if_id")
|
||||
private String umsEmailIfId = "";
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user