|
@@ -159,7 +159,7 @@ spring:
|
|
|
clean-disabled: true
|
|
clean-disabled: true
|
|
|
locations: classpath:db/migration
|
|
locations: classpath:db/migration
|
|
|
#迁移时是否校验,默认为true.
|
|
#迁移时是否校验,默认为true.
|
|
|
- validate-on-migrate: true
|
|
|
|
|
|
|
+ validate-on-migrate: false
|
|
|
# 如果数据库不是空表,需要设置成 true,否则启动报错
|
|
# 如果数据库不是空表,需要设置成 true,否则启动报错
|
|
|
baseline-on-migrate: true
|
|
baseline-on-migrate: true
|
|
|
redis:
|
|
redis:
|