@Configuration @Requires(property="flyway.enabled", notEquals="false")
See: Description
Class | Description |
---|---|
FlywayCondition |
Condition used to create
Flyway beans. |
FlywayConfigurationProperties |
Create a Flyway Configuration for each sub-property of flyway.*.
|
FlywayFactory |
Factory used to create
Flyway beans with the configuration defined in FlywayConfigurationProperties . |
LocationConverter |
Converts a string to a
Location to configure flyway. |