修复cloud gateway调用异常

This commit is contained in:
tanghc
2019-05-13 12:34:42 +08:00
parent 502f541ba8
commit 9ab9c79a8c

View File

@@ -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;
} }