|
@@ -67,14 +67,14 @@ spring:
|
|
|
autoconfigure:
|
|
|
exclude: com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure
|
|
|
datasource:
|
|
|
- url: jdbc:mysql://172.30.0.4:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
|
|
|
+ url: jdbc:mysql://172.30.0.4:4000/jeecg-boot?characterEncoding=UTF-8&useUnicode=true
|
|
|
username: hcst
|
|
|
- password: test@20190531
|
|
|
+ password: hcst@2020
|
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
|
druid:
|
|
|
stat-view-servlet:
|
|
|
loginUsername: admin
|
|
|
- loginPassword: hcst2016
|
|
|
+ loginPassword: hcst20161
|
|
|
enabled: true
|
|
|
web-stat-filter:
|
|
|
enabled: true
|