zhaothird

This commit is contained in:
redamancy-qian
2022-04-16 00:48:53 +08:00
parent 4bc2b41a38
commit f052bda831
42 changed files with 369 additions and 73 deletions

View File

@@ -8,8 +8,8 @@ spring:
master:
url: jdbc:mysql://localhost/wumei-smart?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root
# password: wumei-smart
password: 123456
password: wumei-smart
# password: 123456
# 从库数据源
slave:
# 从数据源开关/默认关闭

View File

@@ -65,8 +65,8 @@ spring:
# 数据库索引
database: 0
# 密码
# password: wumei-smart
password: 123456
password: wumei-smart
# password: 123456
# 连接超时时间
timeout: 10s
lettuce: