feat: aos-web 增加body 重复读取过滤器

This commit is contained in:
wyl
2022-11-09 00:22:00 +08:00
parent 6a70e30233
commit 23bf4b8024
10 changed files with 305 additions and 1 deletions
+5
View File
@@ -39,6 +39,11 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>com.aos</groupId>
<artifactId>aos-web</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
</dependencies>