flyway 设置默认开启
This commit is contained in:
parent
81d362275a
commit
15fda12059
|
@ -52,6 +52,7 @@ spring:
|
||||||
resources:
|
resources:
|
||||||
static-locations: classpath:/static,classpath:/public,file:${resource.path}
|
static-locations: classpath:/static,classpath:/public,file:${resource.path}
|
||||||
flyway:
|
flyway:
|
||||||
|
enable: true
|
||||||
locations: classpath:db
|
locations: classpath:db
|
||||||
baseline-on-migrate: true
|
baseline-on-migrate: true
|
||||||
baseline-version: 0
|
baseline-version: 0
|
||||||
|
|
Loading…
Reference in New Issue