mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
1.12.0
This commit is contained in:
@@ -9,11 +9,6 @@ public class SopAdminConstants {
|
|||||||
*/
|
*/
|
||||||
public static final String SOP_SERVICE_ROUTE_PATH = "/com.gitee.sop.route";
|
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";
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 消息监听路径
|
* 消息监听路径
|
||||||
*/
|
*/
|
||||||
|
@@ -20,7 +20,6 @@ import java.util.Collections;
|
|||||||
import java.util.List;
|
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_MSG_CHANNEL_PATH;
|
||||||
import static com.gitee.sop.adminserver.bean.SopAdminConstants.SOP_ROUTE_PERMISSION_PATH;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author tanghc
|
* @author tanghc
|
||||||
@@ -77,10 +76,6 @@ public class ZookeeperContext {
|
|||||||
return serviceIdPath + "/" + routeId;
|
return serviceIdPath + "/" + routeId;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static String getRoutePermissionPath() {
|
|
||||||
return SOP_ROUTE_PERMISSION_PATH;
|
|
||||||
}
|
|
||||||
|
|
||||||
public static String getIsvInfoChannelPath() {
|
public static String getIsvInfoChannelPath() {
|
||||||
return SOP_MSG_CHANNEL_PATH + "/isvinfo";
|
return SOP_MSG_CHANNEL_PATH + "/isvinfo";
|
||||||
}
|
}
|
||||||
|
@@ -45,11 +45,6 @@ public class SopConstants {
|
|||||||
*/
|
*/
|
||||||
public static final String SOP_SERVICE_ROUTE_PATH = "/com.gitee.sop.route";
|
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";
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 消息监听路径
|
* 消息监听路径
|
||||||
*/
|
*/
|
||||||
|
@@ -18,7 +18,6 @@ import java.util.List;
|
|||||||
import java.util.function.Consumer;
|
import java.util.function.Consumer;
|
||||||
|
|
||||||
import static com.gitee.sop.gatewaycommon.bean.SopConstants.SOP_MSG_CHANNEL_PATH;
|
import static com.gitee.sop.gatewaycommon.bean.SopConstants.SOP_MSG_CHANNEL_PATH;
|
||||||
import static com.gitee.sop.gatewaycommon.bean.SopConstants.SOP_ROUTE_PERMISSION_PATH;
|
|
||||||
import static com.gitee.sop.gatewaycommon.bean.SopConstants.SOP_SERVICE_ROUTE_PATH;
|
import static com.gitee.sop.gatewaycommon.bean.SopConstants.SOP_SERVICE_ROUTE_PATH;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -60,10 +59,6 @@ public class ZookeeperContext {
|
|||||||
return SOP_SERVICE_ROUTE_PATH;
|
return SOP_SERVICE_ROUTE_PATH;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static String getRoutePermissionPath() {
|
|
||||||
return SOP_ROUTE_PERMISSION_PATH;
|
|
||||||
}
|
|
||||||
|
|
||||||
public static String getIsvInfoChannelPath() {
|
public static String getIsvInfoChannelPath() {
|
||||||
return SOP_MSG_CHANNEL_PATH + "/isvinfo";
|
return SOP_MSG_CHANNEL_PATH + "/isvinfo";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user