yangys
2024-05-09 014ac34ff2baf657c3236f41fdbf11c9d7d414b4
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";
}