redisson-spring-boot-starter 3.22.0
spring-boot-starter-web 2.7.18
jdk8
NOClassDefFoundError org.springframework.data.redis.connection.zset.tuple
redisson-spring-boot-starter 使用的版本是3.22.0,查詢了下內部整合的spring-boot-starter-web是3.1.0 ,內部使用的spring6,最低要jdk17
而我們使用的spring-boot-starter-web 的版本是2.7.18,內部使用的spring5,
本地debug除錯會有預設相容問題,所以沒問題,但是maven打包出去釋出就不像了
而我們專案預設的jdk8,所以造成找不到問題
所以到https://mvnrepository.com/artifact/org.redisson/redisson-spring-boot-starter 查詢下自己的spring-boot-starter-web
感謝兮家小二的文章給了我思路
spring-boot 專案打包後執行 org/springframework/data/redis/connection/zset/Tuple 錯誤