Spring 集成Redis遇到问题nested exception is java.lang.ClassNotFoundException: redis.clients.jedis.JedisPoolConfig
但实际已在pom.xml中添加依赖
可能是jedis的版本问题,将jedis版本修改后问题解决(待研究)
Exception in thread "main" org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [redis.clients.jedis.JedisPoolConfig] for bean with name 'poolConfig' defined in class path resource [redis.spring.xml]; nested exception is java.lang.ClassNotFoundException: redis.client