spring-boot/spring-boot-docs
Dave Syer 39a94428d3 Add @Conditionals to permit JPA/Mongo mixed usage
I decided to go with both approaches (make the autoconfig for
repositories @ConditionalOnMissingBean(RepositoryFactoryBeanSupport),
so the first one wins; and also make them conditional on
spring.data.*.repositories.enabled=true. The ordering problem
is still there really (it's not defined which repositories will
be created by the autoconfig), so if a user is going to have
2 repository implementations on the classpath, he is going to
have to either choose one to disable, or manualy @Enable* the
other one.

Fixes gh-1042
2014-06-09 09:48:40 +01:00
..
src/main Add @Conditionals to permit JPA/Mongo mixed usage 2014-06-09 09:48:40 +01:00
pom.xml Add gmavenplus-plugin to parent POM 2014-06-06 22:56:44 -07:00