java连接Redis初始化jedis失败!

时间:2022-06-01 18:59:59

Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [redis.clients.jedis.JedisCluster]: Constructor threw exception; nested exception is java.lang.NumberFormatException: For input string: "8001@18001"

可能是jedis.jar版本问题  也有可能其他问题  

出现过两次 这个异常 第1次.把jedis版本从1.x换成3.0.1 后没报错

          第二次 刚刚启动 没问题 之后再启动就报这个错  清空项目缓存 重启eclips一顿操作  还是报错  接着一直重复启动 然后不报错了。。。。。。。。。。。