如何查看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;




相关推荐
轻抚酸~20 分钟前
小迪23年-32~40——java简单回顾
java·web安全
Sirius Wu2 小时前
Maven环境如何正确配置
java·maven
健康平安的活着3 小时前
java之 junit4单元测试Mockito的使用
java·开发语言·单元测试
Java小白程序员4 小时前
Spring Framework :IoC 容器的原理与实践
java·后端·spring
xuTao6674 小时前
Easy Rules 规则引擎详解
java·easy rules
m0_480502645 小时前
Rust 入门 KV存储HashMap (十七)
java·开发语言·rust
杨DaB5 小时前
【SpringBoot】Swagger 接口工具
java·spring boot·后端·restful·swagger
YA3335 小时前
java基础(九)sql基础及索引
java·开发语言·sql
桦说编程6 小时前
方法一定要有返回值 \ o /
java·后端·函数式编程
小李是个程序6 小时前
登录与登录校验:Web安全核心解析
java·spring·web安全·jwt·cookie