Package | Description |
---|---|
org.springframework.boot.autoconfigure.data.mongo |
Auto-configuration for Spring Data Mongo.
|
org.springframework.boot.autoconfigure.orm.jpa |
Auto-configuration for JPA and Spring ORM.
|
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 |
---|---|
class |
EntityManagerFactoryDependsOnPostProcessor
BeanFactoryPostProcessor that can be used to dynamically declare that all
EntityManagerFactory beans should "depend on" one or more specific beans. |