Support request body access in plugin #261

This commit is contained in:
hongqiaowei
2021-08-11 16:37:18 +08:00
parent 9c1875fcd7
commit 380026f656
20 changed files with 333 additions and 149 deletions

View File

@@ -7,7 +7,7 @@
<!--<java.version>1.8</java.version>-->
<spring-boot.version>2.2.13.RELEASE</spring-boot.version>
<spring-framework.version>5.2.13.RELEASE</spring-framework.version>
<reactor-bom.version>Dysprosium-SR21</reactor-bom.version>
<reactor-bom.version>Dysprosium-SR22</reactor-bom.version>
<lettuce.version>5.3.7.RELEASE</lettuce.version>
<nacos.cloud.version>2.2.5.RELEASE</nacos.cloud.version>
<netty.version>4.1.66.Final</netty.version>
@@ -33,7 +33,7 @@
<artifactId>fizz-gateway-community</artifactId>
<name>${project.artifactId}</name>
<description>fizz gateway community</description>
<version>2.2.3</version>
<version>2.2.4-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>fizz-common</module>
@@ -133,7 +133,7 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>
<version>3.3.18.RELEASE</version>
<version>3.3.19.RELEASE</version>
<scope>test</scope>
</dependency>
@@ -502,5 +502,4 @@
</distributionManagement>
</profile>
</profiles>
</project>