简体   繁体   中英

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

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.

尝试在你的 pom 依赖树的最后一个定义你的 spring 数据 mongodb 依赖

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM