接口 FlywayMigrationStrategy


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

      所有方法 实例方法 抽象方法 
      修饰符和类型方法说明
      voidmigrate​(org.flywaydb.core.Flyway flyway)
      Trigger flyway migration.
    • 方法详细资料

      • migrate

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