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

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

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

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

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

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

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

XML 复制代码
<dependency>
	<groupId>org.redisson</groupId>
	<artifactId>redisson-spring-boot-starter</artifactId>
	<version>3.26.0</version>
</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;




相关推荐
zero13_小葵司8 分钟前
基于Springboot的DDD实战(不依赖框架)
java·spring boot·log4j
韩立学长15 分钟前
【开题答辩实录分享】以《服装定制系统的设计与实现》为例进行答辩实录分享
java·安卓
whltaoin17 分钟前
Spring Boot Swagger3常用注解详解与实战
spring boot·注解·swagger
聪明的笨猪猪18 分钟前
Java SE “核心类:String/Integer/Object”面试清单(含超通俗生活案例与深度理解)
java·经验分享·笔记·面试
聪明的笨猪猪19 分钟前
Java SE “语法”面试清单(含超通俗生活案例与深度理解)
java·经验分享·笔记·面试
宇宙的尽头是PYTHON23 分钟前
用生活中的实例解释java的类class和方法public static void main
java·开发语言·生活
wei84406787224 分钟前
Android实现RecyclerView粘性头部效果,模拟微信账单列表的月份标题平移
android·java·微信·gitee
LB211238 分钟前
苍穹外卖-菜品新增、删除
java·服务器·windows
寻星探路43 分钟前
Java EE初阶启程记04---线程的状态
java·开发语言·jvm·java-ee
努力也学不会java44 分钟前
【Java并发】揭秘Lock体系 -- 深入理解ReentrantLock
java·开发语言·人工智能·python·机器学习·reentrantlock