We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
找不到该类 redis.clients.util.Pool
JedisWxRedisOps类中引入redis 连接池包路径错误 import redis.clients.util.Pool; 正确路径为 import redis.clients.jedis.util.Pool;