|
@@ -3,7 +3,7 @@ spring:
|
|
|
username: dcuc
|
|
|
password: 123
|
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
|
- url: jdbc:mysql://10.254.10.31:3306/dcuc_tjdsj_2.0?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useSSL=false
|
|
|
+ url: jdbc:mysql://10.254.10.31:3306/dcuc_xjaks?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useSSL=false
|
|
|
druid:
|
|
|
filters: stat,sqlaudit
|
|
|
max-active: 60
|
|
@@ -75,7 +75,7 @@ mybatis-plus:
|
|
|
duceap:
|
|
|
flyway:
|
|
|
# 是否执行flyway
|
|
|
- enabled: false
|
|
|
+ enabled: true
|
|
|
# 执行flyway路径
|
|
|
locations: classpath:/config/mysql
|
|
|
mybatis-plus:
|