application.yml 805 B

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