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 | |
| FlywayAutoConfiguration.FlywayNamedParameterJdbcOperationsDependencyConfiguration |
Post processor to ensure that
NamedParameterJdbcOperations beans depend on
any Flyway beans. |
| FlywayMigrationInitializer | |
| FlywayProperties |
Configuration properties for Flyway database migrations.
|
| Exception | Description |
|---|---|
| FlywayMigrationScriptMissingException |
Exception thrown when no Flyway migration script is available.
|
| Annotation Type | Description |
|---|---|
| FlywayDataSource |
Qualifier annotation for a DataSource to be injected in to Flyway.
|
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.