admin管理员组

文章数量:1565283

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即可,如图

本文标签: expectedtypeRedisTemplatebeannamed