1234567891011121314151617181920212223242526272829 |
- spring:
- profiles:
- active: local
- jackson:
- default-property-inclusion: non_null
- service:
- key: asdbnasdjandaknaksda98sd
- statusInitial: INITIAL
- statusNormal: NORMAL
- statusClose: CLOSE
- statusLock: LOCK
- statusDelete: status
- businessTypeOff : OFFLINE
- businessTypeOn : ONLINE
- terminalCode: TERMINAL_ID
- storeCode: STORE_ID
- pwd: 00000000
- userName: kang.wang@allpayx.com
- merchantUser: MerchantUser
- storeUser: StoreUser
- pwdTime: 30
- loginNumber: 4
- currencyList: ['JPY',"KRW"]
- logging:
- level:
- org.springframework.data.mongodb.core: debug
|