1
zj
2024-10-21 3a4ca606fad5d286e8b0de99f39ffbea8ef3cc21
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);
    }
    // 私有构造方法,防止实例化