|
@@ -90,9 +90,9 @@ spring:
|
|
|
connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
|
|
|
datasource:
|
|
|
master:
|
|
|
- url: jdbc:mysql://localhost:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
|
|
|
- username: root
|
|
|
- password: root
|
|
|
+ url: jdbc:mysql://192.168.0.23:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
|
|
|
+ username: hcst
|
|
|
+ password: 123456
|
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
|
# 多数据源配置
|
|
|
#multi-datasource1:
|