See: Description
| Interface | Description |
|---|---|
| FlywayConfigurationCustomizer |
Callback interface that can be implemented by beans wishing to customize the flyway
configuration.
|
| FlywayMigrationStrategy |
Strategy used to initialize
Flyway migration. |
| Class | Description |
|---|---|
| FlywayAutoConfiguration |
Auto-configuration for Flyway database migrations. |
| FlywayAutoConfiguration.FlywayConfiguration | |
| FlywayMigrationInitializer | |
| FlywayProperties |
Configuration properties for Flyway database migrations.
|
| Exception | Description |
|---|---|
| FlywayMigrationScriptMissingException | Deprecated
since 2.5.0 for removal in 2.7.0 as location checking is deprecated
|
| Annotation Type | Description |
|---|---|
| FlywayDataSource |
Qualifier annotation for a DataSource to be injected in to Flyway.
|