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.liquibase |
Auto-configuration for Liquibase.
|
org.springframework.boot.autoconfigure.mongo.embedded |
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. |
Modifier and Type | Class and Description |
---|---|
protected static class |
FlywayAutoConfiguration.FlywayConfiguration.FlywayInitializerJpaDependencyConfiguration
Additional configuration to ensure that
EntityManagerFactory beans
depend-on the flywayInitializer bean. |
protected static class |
FlywayAutoConfiguration.FlywayJpaDependencyConfiguration
Additional configuration to ensure that
EntityManagerFactory beans
depend-on the flyway bean. |
Modifier and Type | Class and Description |
---|---|
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. |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.