我在idea里用svn检出了一个maven项目,这个项目当时是用eclipse构建的, 在这个项目中,我们并没有应用过redis,也没有在pom中引入依赖,但是在idea中启动的时候控制台报异常:
如下:
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
很头疼, 为啥在eclipse中启动时不报错但在IDEA中启动就报错?