测试环境数据库,redis地址
This commit is contained in:
parent
bd6d109baf
commit
c3c25761ea
@ -6,9 +6,9 @@ spring:
|
||||
druid:
|
||||
# 主库数据源
|
||||
master:
|
||||
url: jdbc:mysql://localhost:3306/ry-vue-master?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||||
url: jdbc:mysql://192.168.1.23:22001/sac?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||||
username: root
|
||||
password: root
|
||||
password: abc&^321
|
||||
# 从库数据源
|
||||
slave:
|
||||
# 从数据源开关/默认关闭
|
||||
|
@ -70,9 +70,9 @@ spring:
|
||||
# redis 配置
|
||||
redis:
|
||||
# 地址
|
||||
host: localhost
|
||||
host: 192.168.1.23
|
||||
# 端口,默认为6379
|
||||
port: 6379
|
||||
port: 22002
|
||||
# 数据库索引
|
||||
database: 0
|
||||
# 密码
|
||||
|
Loading…
x
Reference in New Issue
Block a user