Interface FlywayMigrationStrategy


  • public interface FlywayMigrationStrategy
    Strategy used to initialize Flyway migration. Custom implementations may be registered as a @Bean to override the default migration behavior.
    • Method Detail

      • migrate

        void migrate​(org.flywaydb.core.Flyway flyway)
        Trigger flyway migration.
        Parameters:
        flyway - the flyway instance