feat: aos-web 增加body 重复读取过滤器
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user