This commit is contained in:
tanghc
2019-07-01 20:51:40 +08:00
parent a0941c63ed
commit f0a0c04581
4 changed files with 0 additions and 20 deletions

View File

@@ -9,11 +9,6 @@ public class SopAdminConstants {
*/
public static final String SOP_SERVICE_ROUTE_PATH = "/com.gitee.sop.route";
/**
* zookeeper存放路由授权信息根目录
*/
public static final String SOP_ROUTE_PERMISSION_PATH = "/com.gitee.sop.isv.route.permission";
/**
* 消息监听路径
*/

View File

@@ -20,7 +20,6 @@ import java.util.Collections;
import java.util.List;
import static com.gitee.sop.adminserver.bean.SopAdminConstants.SOP_MSG_CHANNEL_PATH;
import static com.gitee.sop.adminserver.bean.SopAdminConstants.SOP_ROUTE_PERMISSION_PATH;
/**
* @author tanghc
@@ -77,10 +76,6 @@ public class ZookeeperContext {
return serviceIdPath + "/" + routeId;
}
public static String getRoutePermissionPath() {
return SOP_ROUTE_PERMISSION_PATH;
}
public static String getIsvInfoChannelPath() {
return SOP_MSG_CHANNEL_PATH + "/isvinfo";
}