恢复原项目初始数据库账号密码

This commit is contained in:
dingzhongyuan 2021-06-22 09:22:15 +08:00
parent e8616108e8
commit 62e707aa8d
2 changed files with 7 additions and 7 deletions

View File

@ -53,22 +53,22 @@ spring:
master:
url: jdbc:mysql://localhost:3306/ry-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true
username: root
password: root123456
password: root
# 从库数据源
slave:
url: jdbc:mysql://localhost:3306/ry-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true
username: root
password: root123456
password: root
# redis 配置
redis:
# 地址
host: 127.0.0.1
host: 192.168.0.222
# 端口默认为6379
port: 6379
# 数据库索引
database: 0
# 密码
password: root123456
password:
# 连接超时时间
timeout: 10s
# 是否开启ssl

View File

@ -52,7 +52,7 @@ spring:
master:
url: jdbc:mysql://localhost:3306/ry-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true
username: root
password: root123456
password: root
# 从库数据源
# slave:
# url: jdbc:mysql://localhost:3306/ry-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true
@ -62,13 +62,13 @@ spring:
# redis 配置
redis:
# 地址
host: 127.0.0.1
host: 192.168.0.222
# 端口默认为6379
port: 6379
# 数据库索引
database: 0
# 密码
password: root123456
password:
# 连接超时时间
timeout: 10s
# 是否开启ssl