review fix
This commit is contained in:
@@ -4,10 +4,14 @@ spring:
|
|||||||
name: ${SPRING_APPLICATION_NAME:admin-tenant}
|
name: ${SPRING_APPLICATION_NAME:admin-tenant}
|
||||||
|
|
||||||
flyway:
|
flyway:
|
||||||
|
table: admin_flyway_schema_history
|
||||||
baseline-on-migrate: true
|
baseline-on-migrate: true
|
||||||
baseline-version: 1
|
baseline-version: 1
|
||||||
enabled: true
|
enabled: true
|
||||||
locations: classpath:db/migration
|
locations: classpath:db/migration
|
||||||
|
clean-disabled: true
|
||||||
|
validate-on-migrate: false
|
||||||
|
out-of-order: false
|
||||||
|
|
||||||
# druid数据源配置
|
# druid数据源配置
|
||||||
datasource:
|
datasource:
|
||||||
|
|||||||
@@ -3,6 +3,15 @@ spring:
|
|||||||
application:
|
application:
|
||||||
name: admin-ucenter
|
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数据源配置
|
# druid数据源配置
|
||||||
datasource:
|
datasource:
|
||||||
type: com.alibaba.druid.pool.DruidDataSource
|
type: com.alibaba.druid.pool.DruidDataSource
|
||||||
|
|||||||
@@ -3,6 +3,16 @@ spring:
|
|||||||
application:
|
application:
|
||||||
name: admin-tenant
|
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数据源配置
|
# druid数据源配置
|
||||||
datasource:
|
datasource:
|
||||||
type: com.alibaba.druid.pool.DruidDataSource
|
type: com.alibaba.druid.pool.DruidDataSource
|
||||||
|
|||||||
Reference in New Issue
Block a user