mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
4.0.3
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
package com.gitee.sop.gatewaycommon.bean;
|
||||
|
||||
import lombok.Data;
|
||||
import org.springframework.cloud.gateway.route.Route;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Collections;
|
||||
import java.util.List;
|
||||
|
||||
@@ -77,10 +75,4 @@ public class RouteDefinition {
|
||||
*/
|
||||
private int needToken;
|
||||
|
||||
/**
|
||||
* 是否是兼容模式,即使用了@ApiAbility注解
|
||||
*/
|
||||
private int compatibleMode;
|
||||
|
||||
private Route route;
|
||||
}
|
Reference in New Issue
Block a user