jenkins 打包会替换 user.dir
This commit is contained in:
parent
633a131619
commit
edda52f387
|
@ -53,7 +53,7 @@ spring:
|
|||
static-locations: classpath:/static,classpath:/public,file:${resource.path}
|
||||
flyway:
|
||||
enable: true
|
||||
locations: filesystem:${user.dir}/config/db
|
||||
locations: filesystem:config/db
|
||||
baseline-on-migrate: true
|
||||
baseline-version: 0
|
||||
|
||||
|
|
Loading…
Reference in New Issue