Package | Description |
---|---|
org.springframework.boot.autoconfigure.flyway |
Auto-configuration for Flyway.
|
org.springframework.boot.autoconfigure.jdbc |
Auto-configuration for JDBC.
|
org.springframework.boot.autoconfigure.liquibase |
Auto-configuration for Liquibase.
|
Modifier and Type | Method and Description |
---|---|
org.flywaydb.core.Flyway |
FlywayAutoConfiguration.FlywayConfiguration.flyway(FlywayProperties properties,
DataSourceProperties dataSourceProperties,
ResourceLoader resourceLoader,
ObjectProvider<DataSource> dataSource,
ObjectProvider<DataSource> flywayDataSource,
ObjectProvider<FlywayConfigurationCustomizer> fluentConfigurationCustomizers,
ObjectProvider<org.flywaydb.core.api.migration.JavaMigration> javaMigrations,
ObjectProvider<org.flywaydb.core.api.callback.Callback> callbacks) |
Modifier and Type | Method and Description |
---|---|
EmbeddedDatabase |
EmbeddedDataSourceConfiguration.dataSource(DataSourceProperties properties) |
DataSource |
JndiDataSourceAutoConfiguration.dataSource(DataSourceProperties properties,
ApplicationContext context) |
DataSource |
XADataSourceAutoConfiguration.dataSource(XADataSourceWrapper wrapper,
DataSourceProperties properties,
ObjectProvider<XADataSource> xaDataSource) |
Modifier and Type | Method and Description |
---|---|
liquibase.integration.spring.SpringLiquibase |
LiquibaseAutoConfiguration.LiquibaseConfiguration.liquibase(DataSourceProperties dataSourceProperties,
ObjectProvider<DataSource> dataSource,
ObjectProvider<DataSource> liquibaseDataSource) |