application.yml 659 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. debug: true
  2. spring:
  3. datasource:
  4. password: tuonq520
  5. username: root
  6. type: com.zaxxer.hikari.HikariDataSource
  7. driver-class-name: com.mysql.jdbc.Driver
  8. url: jdbc:mysql://192.168.42.1:5201/tuonq_fw?useUnicode=true&characterEncoding=utf-8&useSSL=false&zeroDateTimeBehavior=convertToNull
  9. http:
  10. converters:
  11. preferred-json-mapper: jackson
  12. # 企业微信配置
  13. qywx:
  14. corpid: ww8f998c05fc31f118
  15. corpSecret: 0Tj_MORzl-vuzhNlRSZtotY-Gm2jViwxdJkUXeMtFrU
  16. logging:
  17. path: ./logs
  18. level: info
  19. ---
  20. spring:
  21. profiles: dev
  22. ---
  23. spring:
  24. profiles: sit
  25. redis:
  26. sentinel:
  27. master: tuonq
  28. nodes: tuonq_sentinel:26379