解决方法1:

主要就是要去redis的配置文件中修改密码,修改完密码后记得重启redis。跟着作者的步骤走,可以完美解决!

解决方法2:

在配置文件中把password去除一样可以解决!

1.把redis配置文件中的password注释了

redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool at redis.clients.util.Pool.getResource(Pool.java:53)

2.把spring-redis中的passwrod配置也注释了

redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool at redis.clients.util.Pool.getResource(Pool.java:53)

 

参考:https://blog.csdn.net/iw1210/article/details/72428824

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-29
  • 2022-12-23
  • 2021-07-03
  • 2021-10-05
  • 2021-06-14
猜你喜欢
  • 2021-11-22
  • 2021-12-02
相关资源
相似解决方案