Commit 36c2328f by weijiguang

默认数据源改为开发库

parent f45e0f2a
......@@ -6,9 +6,9 @@ spring:
druid:
# 主库数据源
master:
url: jdbc:mysql://47.94.241.71:3306/hooloo_saas?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: jinshuyun
password: YBGpQfOsZWS
url: jdbc:mysql://47.94.241.71:3306/hooloo_saas_dev?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: jinshuyun_dev
password: mkEZPug7YkZQqF2i
# 从库数据源
slave:
# 从数据源开关/默认关闭
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment