调整flyway配置,检查数据库类型只有mysql才启用

This commit is contained in:
JEECG
2024-03-18 09:27:54 +08:00
parent 6360aee0ff
commit 990f79fdfe
5 changed files with 147 additions and 6 deletions

View File

@ -118,7 +118,9 @@ spring:
resource:
static-locations: classpath:/static/,classpath:/public/
autoconfigure:
exclude: com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure
exclude:
- com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure
- org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration
datasource:
druid:
stat-view-servlet:
@ -261,7 +263,7 @@ jeecg:
password:
type: STANDALONE
enabled: true
# ChartGPT对接配置
# ai-chat
ai-chat:
# 是否开启;必须。
enabled: false