yangys
2024-04-02 b773661de485d9748386bfdd15a7ac7cd399be36
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";
}