概述
报错信息如下:
严重: Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.data.redis.RedisConnectionFailureException: Cannot get Jedis connection; nested exception is redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool] with root cause
因为虚拟机里 linux 系统上的 ip 地址变了,springboot 里的配置文件忘记改了。
输入[root@localhost bin]# ip addr 查看 ip 地址
改掉配置文件就行了
spring.redis.host=
最后
以上就是忧心纸飞机为你收集整理的springboot 连接redis报错 nested exception is redis.clients.jedis.exceptions.JedisConnectionException的全部内容,希望文章能够帮你解决springboot 连接redis报错 nested exception is redis.clients.jedis.exceptions.JedisConnectionException所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复