Class FlywayClassLoaderConfiguration


  • @Configuration
    @AutoConfigureAfter(org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration.class)
    @ConditionalOnProperty(prefix="spring.flyway",
                           name="enabled",
                           matchIfMissing=true)
    @ConditionalOnBean(org.laxture.sbp.SpringBootPlugin.class)
    public class FlywayClassLoaderConfiguration
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.boot.autoconfigure.flyway.FlywayMigrationStrategy migrationStrategy()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FlywayClassLoaderConfiguration

        public FlywayClassLoaderConfiguration()
    • Method Detail

      • migrationStrategy

        @Bean
        @ConditionalOnMissingBean
        public org.springframework.boot.autoconfigure.flyway.FlywayMigrationStrategy migrationStrategy()