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
@@ -70,7 +70,7 @@ public class SwaggerConfig implements ImportBeanDefinitionRegistrar {
*/
private ApiInfo apiInfo(String applicationName) {
return new ApiInfoBuilder()
.title(applicationName + "api列表")
.title(applicationName + "-api列表")
.description("aos系统api")
.version("1.0")
.build();