application.yml 927 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. spring:
  2. application:
  3. name: thirdPartyWares-service
  4. profiles:
  5. active: pro
  6. cache:
  7. type: caffeine
  8. caffeine:
  9. spec: maximumSize=5000,expireAfterWrite=60s
  10. jackson:
  11. parser:
  12. allow-numeric-leading-zeros: true
  13. #mysql
  14. pagehelper:
  15. helperDialect: mysql
  16. reasonable: true
  17. supportMethodsArguments: true
  18. params: count=countSql
  19. #大淘客的
  20. #DTK.APPSECRET: e69e4832962dd6a8d0369794635efb78
  21. #DTK.APPKEY: 632c02a7dfb3c
  22. #DTK.HOST: https://openapi.dataoke.com
  23. DTK.APPSECRET: 6b701ad73c7cc4c2de56a4afcb876af2
  24. DTK.APPKEY: 691e84c785246
  25. DTK.PID: mm_9436146813_3362200454_116174700455
  26. DTK.HOST: https://openapi.dataoke.com
  27. #淘宝
  28. TB.APPKEY: 35214206
  29. TB.APPSECRET: b4ec4e885fb4a189d3beb475fbb15dc6
  30. TB.ADZONEID: 116174700455
  31. TB.HOST: https://oauth.taobao.com/authorize?response_type=code&client_id=CLIENTID&redirect_uri=REDIRECTURI&state=STATE&view=wap
  32. logging:
  33. config: classpath:log4j2.xml