spring: flyway: enabled: true locations: classpath:db/migration baseline-on-migrate: true baseline-version: 0 table: flyway_schema_history validate-on-migrate: true out-of-order: false