Package | Description |
---|---|
org.springframework.boot.autoconfigure.cache |
Auto-configuration for the cache abstraction.
|
org.springframework.boot.autoconfigure.data.jpa |
Auto-configuration for Spring Data JPA.
|
org.springframework.boot.autoconfigure.data.mongo |
Auto-configuration for Spring Data Mongo.
|
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.
|
org.springframework.boot.autoconfigure.mongo.embedded |
Auto-configuration for embedded MongoDB.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
CacheAutoConfiguration.CacheManagerJpaDependencyConfiguration |
Modifier and Type | Class and Description |
---|---|
class |
EntityManagerFactoryDependsOnPostProcessor
BeanFactoryPostProcessor that can be used to dynamically declare that all
EntityManagerFactory beans should "depend on" one or more specific beans. |
Modifier and Type | Class and Description |
---|---|
class |
MongoClientDependsOnBeanFactoryPostProcessor
BeanFactoryPostProcessor to automatically set up the recommended
dependsOn configuration for Mongo clients
when used embedded Mongo. |
class |
ReactiveStreamsMongoClientDependsOnBeanFactoryPostProcessor
BeanFactoryPostProcessor to automatically set up the recommended
dependsOn configuration for Mongo clients
when used embedded Mongo. |
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.FlywayConfiguration.FlywayInitializerJpaDependencyConfiguration
Additional configuration to ensure that
EntityManagerFactory beans
depend on the flywayInitializer bean. |
protected static class |
FlywayAutoConfiguration.FlywayJdbcOperationsDependencyConfiguration
Additional configuration to ensure that
JdbcOperations beans depend on the
flyway bean. |
protected static class |
FlywayAutoConfiguration.FlywayJpaDependencyConfiguration
Additional configuration to ensure that
EntityManagerFactory beans depend
on the flyway bean. |
Modifier and Type | Class and Description |
---|---|
class |
JdbcOperationsDependsOnPostProcessor
BeanFactoryPostProcessor that can be used to dynamically declare that all
JdbcOperations beans should "depend on" one or more specific beans. |
Modifier and Type | Class and Description |
---|---|
protected static class |
LiquibaseAutoConfiguration.LiquibaseJdbcOperationsDependencyConfiguration
Additional configuration to ensure that
JdbcOperations beans depend on the
liquibase bean. |
protected static class |
LiquibaseAutoConfiguration.LiquibaseJpaDependencyConfiguration
Additional configuration to ensure that
EntityManagerFactory beans depend
on the liquibase bean. |
Modifier and Type | Class and Description |
---|---|
protected static class |
EmbeddedMongoAutoConfiguration.EmbeddedMongoDependencyConfiguration
Additional configuration to ensure that
MongoClient beans depend on the
embeddedMongoServer bean. |
protected static class |
EmbeddedMongoAutoConfiguration.EmbeddedReactiveMongoDependencyConfiguration
Additional configuration to ensure that
MongoClient beans depend on the
embeddedMongoServer bean. |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.