1
zj
2024-10-11 9ed28183ca391eadb7b5cb2f3160e3ec852da124
mexcClient/src/main/java/org/example/mexcclient/util/RedisUtil.java
@@ -11,8 +11,7 @@
    private static JedisPool jedisPool;
    static {
        JedisPoolConfig poolConfig = new JedisPoolConfig();
        jedisPool = new JedisPool(poolConfig, "107.148.40.10", 6379, 0, "123456");
        jedisPool = new JedisPool(new JedisPoolConfig(), "localhost", 6379);
    }
    // 私有构造方法,防止实例化