report-service-test.yml 516 B

12345678910111213141516
  1. spring:
  2. redis:
  3. database: 12
  4. host: 192.168.2.126 # Redis服务器地址
  5. port: 6351 # Redis服务器连接端口
  6. password: Lan@T0Ne@6351 # Redis服务器连接密码(默认为空)
  7. datasource:
  8. druid:
  9. url: jdbc:mysql://192.168.2.126:3307/qc?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&useSSL=false&allowMultiQueries=true
  10. username: root
  11. password: Lat0ne@tesT
  12. flyway:
  13. # 启用Flyway功能
  14. enabled: false
  15. swagger.show: true