我是靠谱客的博主 鲜艳大象,最近开发中收集的这篇文章主要介绍已解Caused by: redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from,觉得挺不错的,现在分享给大家,希望可以做个参考。
概述
已解决Caused by: redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool!
原因描述:
项目配置中:
redis:
host: dev-redis
port: 6379
database: 1
timeout: 10000
实际项目中并有使用redis、去掉配置发现依然报错!
经排查发现,本项目的pom.xml文件中依赖redis所致,去掉redis的配置后启动成功!
还有一种情况是,你依赖的公共包、或者其他的依赖里pom中引入了redis的依赖!
<!--<dependency>-->
<!--<groupId>org.springframework.boot</groupId>-->
<!--<artifactId>spring-boot-starter-data-redis</artifactId>-->
<!--</dependency>-->
或者将dev-redis的host配置成本机默认(已安装redis)的127.0.0.1:6379或者可用的服务器的ip+port ,也是可以启动成功的!
最后
以上就是鲜艳大象为你收集整理的已解Caused by: redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from的全部内容,希望文章能够帮你解决已解Caused by: redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复