Package org.springframework.boot.flyway.autoconfigure
@NullMarked
package org.springframework.boot.flyway.autoconfigure
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.