spring-boot/spring-boot-autoconfigure
Dave Syer e1dec6061d Make MongoRepositoriesAutoConfiguration order more explicit
It has to come after MongoDataAutoConfiguration (not
MongoAutoConfiguration) because it looks for beans that are defined
there (e.g. MongoMappingContext which is the one that scans for entities).

Fixes gh-3577
2015-07-22 16:46:49 +01:00
..
src Make MongoRepositoriesAutoConfiguration order more explicit 2015-07-22 16:46:49 +01:00
pom.xml Flesh out and polish Embedded MongoDB auto-configuration contribution 2015-07-16 16:34:18 +01:00