Package | Description |
---|---|
org.springframework.boot.autoconfigure.flyway |
Auto-configuration for Flyway.
|
org.springframework.boot.autoconfigure.liquibase |
Auto-configuration for Liquibase.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
FlywayAutoConfiguration.FlywayConfiguration.FlywayInitializerJdbcOperationsDependencyConfiguration
Additional configuration to ensure that
JdbcOperations beans depend on
the flywayInitializer bean. |
protected static class |
FlywayAutoConfiguration.FlywayJdbcOperationsDependencyConfiguration
Additional configuration to ensure that
JdbcOperations beans depend on the
flyway bean. |
Modifier and Type | Class and Description |
---|---|
protected static class |
LiquibaseAutoConfiguration.LiquibaseJdbcOperationsDependencyConfiguration
Additional configuration to ensure that
JdbcOperations beans depend on the
liquibase bean. |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.