Package org.laxture.sbp.spring.boot
Class FlywayClassLoaderConfiguration
- java.lang.Object
-
- org.laxture.sbp.spring.boot.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
-
-
Constructor Summary
Constructors Constructor Description FlywayClassLoaderConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.boot.autoconfigure.flyway.FlywayMigrationStrategymigrationStrategy()
-