在springboot项目启动之后弹出如下错误提示:Field redisTemplate in com.zgl.modules.user.controller.RegisterController required a bean of type 'org.springframework.data.redis.core.RedisTemplate' that could not be found.
可将@Autowired换成@Resource
SpringBoot项目启动是@Autowired出现报Could not autowire. No beans of ‘XXX‘ type found.
阅读 101
2022-01-22
在springboot项目启动之后弹出如下错误提示:Field redisTemplate in com.zgl.modules.user.controller.RegisterController required a bean of type 'org.springframework.data.redis.core.RedisTemplate' that could not be found.
可将@Autowired换成@Resource
相关推荐
精彩评论(0)