|
@@ -124,7 +124,7 @@ spring:
|
|
|
static-locations: classpath:/static/,classpath:/public/
|
|
|
autoconfigure:
|
|
|
exclude:
|
|
|
- - com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure
|
|
|
+ - com.alibaba.druid.spring.boot3.autoconfigure.DruidDataSourceAutoConfigure
|
|
|
- org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration
|
|
|
datasource:
|
|
|
druid:
|
|
@@ -166,9 +166,9 @@ spring:
|
|
|
slow-sql-millis: 5000
|
|
|
datasource:
|
|
|
master:
|
|
|
- url: jdbc:mysql://127.0.0.1:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
|
|
+ url: jdbc:mysql://127.0.0.1:3306/canary?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
|
|
username: root
|
|
|
- password: root
|
|
|
+ password: Initial0
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
# 多数据源配置
|
|
|
#multi-datasource1:
|