Class FlywayStartWithNewSchema
- java.lang.Object
-
- nl.b3p.tailormap.api.configuration.ddl.FlywayStartWithNewSchema
-
@Configuration @ConditionalOnProperty(name="tailormap-api.database.start-with-new", havingValue="true") @Primary public class FlywayStartWithNewSchema extends Object
-
-
Constructor Summary
Constructors Constructor Description FlywayStartWithNewSchema(FlywayMigrationResult migrationResult)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.boot.autoconfigure.flyway.FlywayMigrationStrategyflywayCleanMigrationStrategy()
-
-
-
Constructor Detail
-
FlywayStartWithNewSchema
public FlywayStartWithNewSchema(FlywayMigrationResult migrationResult)
-
-