review fix
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -3,6 +3,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:
|
||||
type: com.alibaba.druid.pool.DruidDataSource
|
||||
|
||||
Reference in New Issue
Block a user