|
@@ -64,6 +64,7 @@ spring:
|
|
enabled: true
|
|
enabled: true
|
|
web-stat-filter:
|
|
web-stat-filter:
|
|
enabled: true
|
|
enabled: true
|
|
|
|
+ # remove-abandoned: false
|
|
dynamic:
|
|
dynamic:
|
|
druid: # 全局druid参数,绝大部分值和默认保持一致。(现已支持的参数如下,不清楚含义不要乱设置)
|
|
druid: # 全局druid参数,绝大部分值和默认保持一致。(现已支持的参数如下,不清楚含义不要乱设置)
|
|
# 连接池的配置信息
|
|
# 连接池的配置信息
|
|
@@ -92,7 +93,7 @@ spring:
|
|
connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
|
|
connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
|
|
datasource:
|
|
datasource:
|
|
master:
|
|
master:
|
|
- url: jdbc:mysql://127.0.0.1:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
|
|
|
|
|
|
+ url: jdbc:mysql://localhost:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
|
|
username: hcst
|
|
username: hcst
|
|
password: test@20190531
|
|
password: test@20190531
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
driver-class-name: com.mysql.jdbc.Driver
|