yangys
2024-04-25 365fac8a2ac52c8a3f9601fdf30e537ef373e8df
1
2
3
4
5
6
7
8
9
package com.qianwen.core.launch.constant;
 
/* loaded from: blade-core-launch-9.3.0.0-SNAPSHOT.jar:org/springblade/core/launch/constant/ZookeeperConstant.class */
public interface ZookeeperConstant {
    public static final String ZOOKEEPER_ID91 = "zk";
    public static final String ZOOKEEPER_CONNECT_STRING9 = "127.0.0.1:2181";
    public static final String ZOOKEEPER_ADDRESS9 = "zookeeper://127.0.0.1:2181";
    public static final String ZOOKEEPER_ROOT9 = "/blade-services";
}