Bean named ‘redisTemplate‘ is expected to be of type ‘org.springframework.data.redis.core....
redis
·
Bean named 'redisTemplate' is expected to be of type 'org.springframework.data.redis.core.StringRedisTemplate' but was actually of type 'org.springframework.data.redis.core.RedisTemplate'
这个错误原因是:@Resource是默认取字段名进行按照名称注入
所以这里不能用redisTemplate,只能用stringRedisTemplate,即
更多推荐
已为社区贡献3条内容
所有评论(0)