Interface FlywayMigrationStrategy
public interface FlywayMigrationStrategy
Strategy used to initializeFlywaymigration. Custom implementations may be registered as a@Beanto override the default migration behavior.
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmigrate(org.flywaydb.core.Flyway flyway)Trigger flyway migration.
Method Detail
migrate
void migrate(org.flywaydb.core.Flyway flyway)
Trigger flyway migration.- Parameters:
flyway- the flyway instance