| 12345678910111213141516171819 |
- spring:
- datasource:
- url: jdbc:log4jdbc:mysql://39.97.193.160:3306/water-tank-installation?autoReconnect=true&characterEncoding=utf8&serverTimezone=GMT%2B8
- username: root
- password: MySql@123456
- devtools:
- restart:
- enabled: true
- redis:
- # Redis数据库索引(默认为0)
- database: 1
- # Redis服务器地址
- host: 127.0.0.1
- # Redis服务器连接端口
- port: 6379
- # password:
- logger:
- level: WARN
- dir: /opt/Logs/water-tank-installation
|