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.
|
Constructor and Description |
---|
FlywayConfiguration(FlywayProperties properties,
DataSourceProperties dataSourceProperties,
org.springframework.core.io.ResourceLoader resourceLoader,
org.springframework.beans.factory.ObjectProvider<DataSource> dataSource,
org.springframework.beans.factory.ObjectProvider<DataSource> flywayDataSource,
org.springframework.beans.factory.ObjectProvider<FlywayMigrationStrategy> migrationStrategy,
org.springframework.beans.factory.ObjectProvider<List<org.flywaydb.core.api.callback.FlywayCallback>> flywayCallbacks) |
Modifier and Type | Method and Description |
---|---|
DataSource |
JndiDataSourceAutoConfiguration.dataSource(DataSourceProperties properties) |
Constructor and Description |
---|
EmbeddedDataSourceConfiguration(DataSourceProperties properties) |
Constructor and Description |
---|
LiquibaseConfiguration(LiquibaseProperties properties,
DataSourceProperties dataSourceProperties,
org.springframework.core.io.ResourceLoader resourceLoader,
org.springframework.beans.factory.ObjectProvider<DataSource> dataSource,
org.springframework.beans.factory.ObjectProvider<DataSource> liquibaseDataSource) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.