jenkins 打包会替换 user.dir

This commit is contained in:
wangliwen 2022-06-19 14:49:57 +08:00
parent 633a131619
commit edda52f387
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ spring:
static-locations: classpath:/static,classpath:/public,file:${resource.path} static-locations: classpath:/static,classpath:/public,file:${resource.path}
flyway: flyway:
enable: true enable: true
locations: filesystem:${user.dir}/config/db locations: filesystem:config/db
baseline-on-migrate: true baseline-on-migrate: true
baseline-version: 0 baseline-version: 0