Package | Description |
---|---|
org.springframework.boot.autoconfigure.flyway |
Auto-configuration for Flyway.
|
Modifier and Type | Method and Description |
---|---|
org.flywaydb.core.Flyway |
FlywayAutoConfiguration.FlywayConfiguration.flyway(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<FlywayConfigurationCustomizer> fluentConfigurationCustomizers,
org.springframework.beans.factory.ObjectProvider<org.flywaydb.core.api.migration.JavaMigration> javaMigrations,
org.springframework.beans.factory.ObjectProvider<org.flywaydb.core.api.callback.Callback> callbacks) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.