application.yml 651 B

12345678910111213141516171819202122232425262728
  1. spring:
  2. profiles:
  3. active: dev
  4. datasource:
  5. driver-class-name: org.h2.Driver
  6. cache:
  7. type: caffeine
  8. h2:
  9. console:
  10. enabled: true
  11. logging:
  12. config: classpath:logback-spring.xml
  13. file:
  14. path: ./logs
  15. jasypt:
  16. encryptor:
  17. algorithm: PBEWithMD5AndDES
  18. salt-generator-classname: org.jasypt.salt.RandomSaltGenerator
  19. iv-generator-classname: org.jasypt.iv.RandomIvGenerator
  20. biz:
  21. wechat:
  22. mini-program:
  23. url: https://api.weixin.qq.com
  24. app-id: ENC(qw0NNe6VoMWvpoGKZLitIJ8HWMHBF+5FbCAVQyJGdxREenOAaEB1oQ==)
  25. secret: ENC(i2ZFfTtFRvAUqpXSW4CQd6HEAMTc0Ltc1dVbhDiIxe4a5H7BbTV3bfiGhFvtRszOMIgyQDoxeZI=)