spring boot的版本号为1.5.0的时候 添加spring-boot-starter-reids就找不到jar包了,也就是这个jar包直接被废弃了。所以千万要注意的是:如果你的spring boot的版本号在1.5.0以后的,添加redis的jar包就必须是spring-boot-starter-data-redis
spring-boot-starter-data-redis与spring-boot-starter-reids的区别
最新推荐文章于 2024-10-25 16:30:09 发布
本文介绍了在Spring Boot 1.5.0及更高版本中正确集成Redis的方法。指出使用spring-boot-starter-reids不再适用,推荐使用spring-boot-starter-data-redis来替代。
1155

被折叠的 条评论
为什么被折叠?



