当前位置:   article > 正文

如何查看redisson-spring-boot-starter和SpringBoot 对应版本_springboot3.2.5适配的redisson版本

springboot3.2.5适配的redisson版本

如何查看redisson-spring-boot-starter和SpringBoot 对应版本

我目前没有找到官网的地址来来查看对应关系。

所以我只能找pom.xml来查看

先在mvnrepository 找到redisson-spring-boot-starter的列表

具体地址是:https://mvnrepository.com/artifact/org.redisson/redisson-spring-boot-starter

然后再项目的pom文件中添加依赖

  1. <dependency>
  2. <groupId>org.redisson</groupId>
  3. <artifactId>redisson-spring-boot-starter</artifactId>
  4. <version>3.26.0</version>
  5. </dependency>

然后更换version的版本号,然后点击进去查看redisson-spring-boot-starter的pom文件。

redisson-spring-boot-starter的3.26.1对应spring-boot的3.2.2;

redisson-spring-boot-starter的3.26.0对应spring-boot的3.2.0;

redisson-spring-boot-starter的3.18.0对应spring-boot的2.7.2;

redisson-spring-boot-starter的3.18.0对应spring-boot的2.7.2;

redisson-spring-boot-starter的3.16.0对应spring-boot的2.4.4;




声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/从前慢现在也慢/article/detail/815202?site
推荐阅读
相关标签
  

闽ICP备14008679号