add flyway baseline config
This commit is contained in:
@@ -40,6 +40,8 @@ spring:
|
||||
|
||||
flyway:
|
||||
enabled: ${FLYWAY_ENABLED:false}
|
||||
baseline-on-migrate: true
|
||||
baseline-version: 0
|
||||
|
||||
server:
|
||||
port: ${SERVER_PORT:8080}
|
||||
|
||||
Reference in New Issue
Block a user