前言:
主要最近重构升级底层依赖版本,导致原先的一个系统以及完全起不来了。
异常如下
Failed to instantiate [org.springframework.data.redis.connection.jedis.JedisConnectionFactory]: Factory method 'redisConnectionFactory' threw exception; nested exception is java.lang.NoClassDefFoundError: redis/clients/jedis/JedisClientConfig
java.lang.ClassNotFoundException: redis.clients.jedis.JedisClientConfig
参考文档,官网上有配置的说明,
spring-data-redis-docs
解决办法
参考官网文档说明就可以的
另外原因:
版本不一致,需要



