1
zj
2024-08-09 bd3128deee35126344bc4d14a1749409859f9c4f
geteClient/src/main/java/org/example/geteclient/util/RedisUtil.java
@@ -11,7 +11,7 @@
    private static JedisPool jedisPool;
    static {
        jedisPool = new JedisPool(new JedisPoolConfig(), "localhost", 63790,0, "123456");
        jedisPool = new JedisPool(new JedisPoolConfig(), "localhost", 6379);
    }
    // 私有构造方法,防止实例化