SpringBoot 集成Redisson 提示:java.lang.ClassNotFoundException: **.redis.connection.ReactiveRedisConnec

SpringBoot 集成Redisson 提示:java.lang.ClassNotFoundException: **.redis.connection.ReactiveRedisConnec,第1张

SpringBoot 集成Redisson 提示:java.lang.ClassNotFoundException: **.redis.connection.ReactiveRedisConnec

SpringBoot 集成Redisson 提示如下错误信息:

Caused by: java.lang.ClassNotFoundException: org.springframework.data.redis.connection.ReactiveRedisConnectionFactory

SpirngBoot +Redisson 版本信息

名称版本SpringBoot1.5.18Redisson3.13.6

错误Pom.xml 依赖

	
		
            org.redisson
            redisson-spring-boot-starter
            3.13.6
        

正确Pom.xml 依赖

		 
        org.redisson
        redisson-spring-boot-starter
        3.13.1
        
            
                org.redisson
                redisson-spring-data-22
            
        
    

    
        org.redisson
        redisson-spring-data-18
        3.13.1
    

造成问题原因是:SpringBoot 1.x 与SpringBoot 2.x 对于Redis 组件支持的优化调整

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5697385.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-17
下一篇 2022-12-17

发表评论

登录后才能评论

评论列表(0条)

保存