yangys
2024-04-28 258a769f6790f832d1c67839d59be04a118767e5
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";
}