|
@@ -36,7 +36,7 @@ spring:
|
|
# redis 配置
|
|
# redis 配置
|
|
redis:
|
|
redis:
|
|
# 地址
|
|
# 地址
|
|
- host: 118.31.23.65
|
|
|
|
|
|
+ host: localhost
|
|
# 端口,默认为6379
|
|
# 端口,默认为6379
|
|
port: 6379
|
|
port: 6379
|
|
# 数据库索引
|
|
# 数据库索引
|
|
@@ -62,7 +62,7 @@ spring:
|
|
druid:
|
|
druid:
|
|
# 主库数据源
|
|
# 主库数据源
|
|
master:
|
|
master:
|
|
- url: jdbc:mysql://118.31.23.65:3306/yinshuapin?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
|
|
|
|
|
+ url: jdbc:mysql://localhost:3306/yinshuapin?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
|
username: root
|
|
username: root
|
|
password: UEB^RX$z
|
|
password: UEB^RX$z
|
|
# 从库数据源
|
|
# 从库数据源
|