spring-boot/spring-boot-autoconfigure
Phillip Webb 45c8eca4f2 Add @ConditionalOnMissingBean(MongoDbFactory)
Update MongoAutoConfiguration to be conditional on a missing
MongoDbFactory bean. The assumption is that if the user has declared
a MongoDbFactory they will either use it directly, or they will also
register a Mongo bean.

If the MongoDbFactory class cannot be found the existing Mongo
auto-configuration still applies. This ensures that users that do
not have Spring Data can still access a Mongo bean.

Fixes gh-1341
2014-08-14 21:41:10 -07:00
..
src Add @ConditionalOnMissingBean(MongoDbFactory) 2014-08-14 21:41:10 -07:00
.gitignore Restore test classes 2014-06-01 13:11:25 +01:00
pom.xml Add auto-configuration for Spring Cloud 2014-08-14 20:47:59 -07:00