当前位置:   article > 正文

A component required a bean of type 'redis. clients. jedis. JedisPool' that could not be found._required a bean of type 'redis.clients.jedis.jedis

required a bean of type 'redis.clients.jedis.jedispool' that could not be fo

报错记录:redis. clients. jedis. JedisPool

图片: 在这里插入图片描述
这里实际的错误是 jedis 注入错误,所以 extends 一下 CachingConfigurerSupport 中的 redisPoolFactory() 方法即可。

下面就开始敲码

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframewo
  • 1
  • 2
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Monodyee/article/detail/125831
推荐阅读
相关标签
  

闽ICP备14008679号