Package org.springframework.boot.autoconfigure.flyway
package org.springframework.boot.autoconfigure.flyway
Auto-configuration for Flyway.
-
ClassDescription
Auto-configuration
for Flyway database migrations.Callback interface that can be implemented by beans wishing to customize the flyway configuration.Details required for Flyway to establish a connection to an SQL service using JDBC.Qualifier annotation for a DataSource to be injected in to Flyway.Strategy used to initializeFlyway
migration.Configuration properties for Flyway database migrations.OracleConfigurationExtension
properties.PostgreSQLConfigurationExtension
properties.SQLServerConfigurationExtension
properties.