Uses of Interface
org.springframework.boot.autoconfigure.flyway.FlywayMigrationStrategy
-
Uses of FlywayMigrationStrategy in org.springframework.boot.autoconfigure.flyway
Modifier and TypeMethodDescriptionFlywayAutoConfiguration.FlywayConfiguration.flywayInitializer
(org.flywaydb.core.Flyway flyway, ObjectProvider<FlywayMigrationStrategy> migrationStrategy) ModifierConstructorDescriptionFlywayMigrationInitializer
(org.flywaydb.core.Flyway flyway, FlywayMigrationStrategy migrationStrategy) Create a newFlywayMigrationInitializer
instance.