mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
修复cloud gateway调用异常
This commit is contained in:
@@ -31,7 +31,8 @@ import java.util.List;
|
|||||||
public class BaseGatewayConfiguration extends AbstractConfiguration {
|
public class BaseGatewayConfiguration extends AbstractConfiguration {
|
||||||
|
|
||||||
public static boolean USE_GATEWAY;
|
public static boolean USE_GATEWAY;
|
||||||
static {
|
|
||||||
|
public BaseGatewayConfiguration() {
|
||||||
USE_GATEWAY = true;
|
USE_GATEWAY = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user