| 12345678910111213141516171819202122232425262728 |
- spring:
- profiles:
- active: dev
- datasource:
- driver-class-name: org.h2.Driver
- 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=)
|