Which version of Spring Data MongoDB is compatible with Spring 3.2.2.RELEASE?

时光怂恿深爱的人放手 提交于 2019-12-11 03:09:58

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!