| 1234567891011121314151617181920212223242526272829303132 |
- spring:
- profiles:
- active: dev
- datasource:
- driver-class-name: org.h2.Driver
- url: ENC(YSlhmFY8Ty5gIOg8OTv16AZP51FQCPy3XwZB+b3tKpcUpnOTxpY7/Qr+QEAWIkm7OSeb6mj+6DOfBkNDLa8FyGTniNuJ6g41)
- cache:
- type: caffeine
- h2:
- console:
- enabled: true
- logging:
- config: classpath:logback-spring.xml
- file:
- path: ./logs
- jasypt:
- encryptor:
- algorithm: PBEWithMD5AndDES
- salt-generator-classname: org.jasypt.salt.RandomSaltGenerator
- iv-generator-classname: org.jasypt.iv.RandomIvGenerator
- biz:
- wechat:
- mini-program:
- url: https://api.weixin.qq.com
- app-id: ENC(qw0NNe6VoMWvpoGKZLitIJ8HWMHBF+5FbCAVQyJGdxREenOAaEB1oQ==)
- secret: ENC(i2ZFfTtFRvAUqpXSW4CQd6HEAMTc0Ltc1dVbhDiIxe4a5H7BbTV3bfiGhFvtRszOMIgyQDoxeZI=)
- token:
- expire: 7
- password: 12123
|