bug--配置文件修改

This commit is contained in:
taozi
2020-09-21 14:14:03 +08:00
parent 31bba9e2d7
commit 64641b8a61
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ spring:
driverClassName: net.sf.log4jdbc.sql.jdbcapi.DriverSpy
url: jdbc:log4jdbc:mysql://localhost:3306/yshopb2c?serverTimezone=Asia/Shanghai&characterEncoding=utf8&useSSL=false&zeroDateTimeBehavior=convertToNull
username: root
password:
password: xxcs@!2019
# 初始化配置
initial-size: 3

View File

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