修改直播间返回参数

This commit is contained in:
xuwenbo
2020-08-31 11:11:25 +08:00
parent 610cce7aa7
commit 4a5b00e8aa
6 changed files with 30 additions and 13 deletions

View File

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