
Consider revisiting the entries above or defining a bean of type ‘org.springframework.data.redis.con
Redis导包错误
麻麻地搞了小半天 业务逻辑写好了就搁这遇到拦路虎了 只能说自己道行不够
解决:之前单个单个加就报错 各种报错 一股脑都加上就能跑 太玄学了
<dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-data-redis</artifactId> </dependency> <dependency> <groupId>redis.clients</groupId> <artifactId>jedis</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> </dependency>如果能解决 希望能留个赞
👁️ 阅读量:0
© 版权声明:本文《Consider revisiting the entries above or defining a bean of type ‘org.springframework.data.redis.con》内容均为本站精心整理或网友自愿分享,如需转载请注明原文出处:https://www.zastudy.cn/wen/1686556853a291256.html。