review fix

This commit is contained in:
Irving
2025-04-26 21:50:21 -04:00
parent 13470cafb0
commit 0bee71eaa7
3 changed files with 23 additions and 0 deletions

View File

@@ -4,10 +4,14 @@ spring:
name: ${SPRING_APPLICATION_NAME:admin-tenant}
flyway:
table: admin_flyway_schema_history
baseline-on-migrate: true
baseline-version: 1
enabled: true
locations: classpath:db/migration
clean-disabled: true
validate-on-migrate: false
out-of-order: false
# druid数据源配置
datasource:

View File

@@ -3,6 +3,15 @@ spring:
application:
name: admin-ucenter
flyway:
table: admin_flyway_schema_history
baseline-on-migrate: true
baseline-version: 1
enabled: true
locations: classpath:db/migration
clean-disabled: true
validate-on-migrate: false
out-of-order: false
# druid数据源配置
datasource:
type: com.alibaba.druid.pool.DruidDataSource

View File

@@ -2,6 +2,16 @@
spring:
application:
name: admin-tenant
flyway:
table: admin_flyway_schema_history
baseline-on-migrate: true
baseline-version: 1
enabled: true
locations: classpath:db/migration
clean-disabled: true
validate-on-migrate: false
out-of-order: false
# druid数据源配置
datasource: