application-production.yml 483 B

12345678910111213141516171819
  1. spring:
  2. datasource:
  3. url: jdbc:log4jdbc:mysql://127.0.0.1:3306/water-tank-installation?autoReconnect=true&characterEncoding=utf8&serverTimezone=GMT%2B8
  4. username: root
  5. password: 123456
  6. devtools:
  7. restart:
  8. enabled: true
  9. redis:
  10. # Redis数据库索引(默认为0)
  11. database: 1
  12. # Redis服务器地址
  13. host: 127.0.0.1
  14. # Redis服务器连接端口
  15. port: 6379
  16. # password:
  17. logger:
  18. level: WARN
  19. dir: /opt/Logs/water-tank-installation