路由管理优化

This commit is contained in:
tanghc
2019-03-15 21:07:28 +08:00
parent a38b8c1030
commit a5b2d9c51b

View File

@@ -32,7 +32,7 @@ import static com.gitee.sop.gatewaycommon.bean.SopConstants.SOP_SERVICE_ROUTE_PA
*
* @param <R> 路由根对象可以理解为最外面的大json{....,routeDefinitionList:[]}
* @param <E> 路由Item对象对应大json里面的具体路由信息routeDefinitionList:[]
* @param <T> 目标路由对象,返回最终的路由对象
* @param <T> 目标路由对象
* @author tanghc
*/
@Slf4j