| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- spring:
- application:
- name: thirdPartyWares-service
- profiles:
- active: pro
- cache:
- type: caffeine
- caffeine:
- spec: maximumSize=5000,expireAfterWrite=60s
- jackson:
- parser:
- allow-numeric-leading-zeros: true
- #mysql
- pagehelper:
- helperDialect: mysql
- reasonable: true
- supportMethodsArguments: true
- params: count=countSql
- #大淘客的
- #DTK.APPSECRET: e69e4832962dd6a8d0369794635efb78
- #DTK.APPKEY: 632c02a7dfb3c
- #DTK.HOST: https://openapi.dataoke.com
- DTK.APPSECRET: 6b701ad73c7cc4c2de56a4afcb876af2
- DTK.APPKEY: 691e84c785246
- DTK.PID: mm_9436146813_3362200454_116174700455
- DTK.HOST: https://openapi.dataoke.com
- #淘宝
- TB.APPKEY: 35214206
- TB.APPSECRET: b4ec4e885fb4a189d3beb475fbb15dc6
- TB.ADZONEID: 116174700455
- TB.HOST: https://oauth.taobao.com/authorize?response_type=code&client_id=CLIENTID&redirect_uri=REDIRECTURI&state=STATE&view=wap
- logging:
- config: classpath:log4j2.xml
|