diff --git a/lib/json-schema-validator-i18n-support-1.0.39_1.jar b/lib/json-schema-validator-i18n-support-1.0.39_3.jar similarity index 83% rename from lib/json-schema-validator-i18n-support-1.0.39_1.jar rename to lib/json-schema-validator-i18n-support-1.0.39_3.jar index 6446081..58aca0f 100644 Binary files a/lib/json-schema-validator-i18n-support-1.0.39_1.jar and b/lib/json-schema-validator-i18n-support-1.0.39_3.jar differ diff --git a/pom.xml b/pom.xml index eb93547..18fd20c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,13 +5,13 @@ org.springframework.boot spring-boot-starter-parent - 2.2.9.RELEASE + 2.2.10.RELEASE we fizz-gateway-community 1.0.0 - fizz-gateway + fizz-gateway-community @@ -35,20 +35,17 @@ 1.8 2.13.3 - + 4.1.53.Final + 4.5.13 com.networknt json-schema-validator-i18n-support - 1.0.39_1 + 1.0.39_3 system - ${project.basedir}/lib/json-schema-validator-i18n-support-1.0.39_1.jar + ${project.basedir}/lib/json-schema-validator-i18n-support-1.0.39_3.jar org.springframework.boot @@ -65,16 +62,11 @@ org.springframework.boot spring-boot-starter-log4j2 - com.alibaba fastjson - 1.2.73 + 1.2.74 @@ -141,13 +133,7 @@ commons-io commons-io - 2.6 - - - - commons-codec - commons-codec - 1.14 + 2.8.0 @@ -159,7 +145,7 @@ org.springframework.cloud spring-cloud-starter-netflix-eureka-client - 2.2.4.RELEASE + 2.2.5.RELEASE diff --git a/src/main/java/we/FizzGatewayApplication.java b/src/main/java/we/FizzGatewayApplication.java index 591f6d3..319b5ed 100644 --- a/src/main/java/we/FizzGatewayApplication.java +++ b/src/main/java/we/FizzGatewayApplication.java @@ -10,7 +10,7 @@ import org.springframework.cloud.client.discovery.EnableDiscoveryClient; @SpringBootApplication( exclude = {ErrorWebFluxAutoConfiguration.class, RedisAutoConfiguration.class, RedisReactiveAutoConfiguration.class}, - scanBasePackages = {"we", "com.wh"} + scanBasePackages = {"we"} ) @EnableApolloConfig @EnableDiscoveryClient diff --git a/src/main/java/we/plugin/auth/ApiConfig.java b/src/main/java/we/plugin/auth/ApiConfig.java index 99e7281..c8a15e4 100644 --- a/src/main/java/we/plugin/auth/ApiConfig.java +++ b/src/main/java/we/plugin/auth/ApiConfig.java @@ -45,10 +45,10 @@ public class ApiConfig { public static final byte PREFIX_REWRITE_PROXY_MODE = 2; - @JsonIgnore + // @JsonIgnore public int id; // tb_api_auth.id - @JsonIgnore + // @JsonIgnore public int isDeleted = 0; // tb_api_auth.is_deleted public Set gatewayGroups = new HashSet<>(6);