Package | Description |
---|---|
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.
|
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.FlywayNamedParameterJdbcOperationsDependencyConfiguration
Post processor to ensure that
NamedParameterJdbcOperations beans depend on
any Flyway beans. |
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. |
class |
NamedParameterJdbcOperationsDependsOnPostProcessor
BeanFactoryPostProcessor that can be used to dynamically declare that all
NamedParameterJdbcOperations beans should "depend on" one or more specific
beans. |