问题
I am currently using mongo-java-driver 3.0.1. I am trying to use Spring Data Mongodb with Spring 3.2.2.RELEASE. Is there any way i can find out which version of Spring Data MongoDB should i use, in order to be compatible with Spring 3.2.2.RELEASE? Some kind of compatibility matrix.
回答1:
You can check the compiled dependencies of Spring Data Mongodb. Here are the most compatible options for Spring 3.2.2.RELEASE:
spring-data-mongodb 1.5.6.RELEASE depends on spring-core 3.2.22.RELEASE
spring-data-mongodb 1.4.3.RELEASE depends on spring-core 3.2.8.RELEASE
来源:https://stackoverflow.com/questions/30338095/which-version-of-spring-data-mongodb-is-compatible-with-spring-3-2-2-release