Interface FlywayConfigurationCustomizer


  • public interface FlywayConfigurationCustomizer
    Meant to be implemented by a CDI bean that provides arbitrary customization for Flyway's FluentConfiguration

    When used without a FlywayDataSource qualifier, the bean configured the Flyway object which is applied to the default datasource. If the qualifier is used, then only the Flyway object that applies to the corresponding named datasource will be configured by the customizer.

    • Method Detail

      • customize

        void customize​(org.flywaydb.core.api.configuration.FluentConfiguration configuration)