application.yml 578 B

1234567891011121314151617181920212223242526272829
  1. spring:
  2. profiles:
  3. active: local
  4. jackson:
  5. default-property-inclusion: non_null
  6. service:
  7. key: asdbnasdjandaknaksda98sd
  8. statusInitial: INITIAL
  9. statusNormal: NORMAL
  10. statusClose: CLOSE
  11. statusLock: LOCK
  12. statusDelete: status
  13. businessTypeOff : OFFLINE
  14. businessTypeOn : ONLINE
  15. terminalCode: TERMINAL_ID
  16. storeCode: STORE_ID
  17. pwd: 00000000
  18. userName: kang.wang@allpayx.com
  19. merchantUser: MerchantUser
  20. storeUser: StoreUser
  21. pwdTime: 30
  22. loginNumber: 4
  23. currencyList: ['JPY',"KRW"]
  24. logging:
  25. level:
  26. org.springframework.data.mongodb.core: debug