mirror of https://gitee.com/y_project/RuoYi.git
2018年度最受欢迎中国开源软件评选
请给若依/RuoYi 投票,谢谢支持。 https://www.oschina.net/project/top_cn_2018?sort=1pull/34/head
parent
dcc534bb2d
commit
8a005a088d
|
@ -6,7 +6,7 @@ spring:
|
||||||
druid:
|
druid:
|
||||||
# 主库数据源
|
# 主库数据源
|
||||||
master:
|
master:
|
||||||
url: jdbc:mysql://120.78.129.95:3306/ry_test?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true
|
url: jdbc:mysql://localhost:3306/ry?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true
|
||||||
username: root
|
username: root
|
||||||
password: password
|
password: password
|
||||||
# 从库数据源
|
# 从库数据源
|
||||||
|
|
Loading…
Reference in New Issue