update springboot/wumei-admin/src/main/resources/application-druid.yml.

Signed-off-by: 随遇而安 <164770707@qq.com>
This commit is contained in:
随遇而安
2022-08-18 07:58:44 +00:00
committed by Gitee
parent bdbfb187ab
commit 2102ad3b97

View File

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