@@ -48,7 +48,7 @@ public class Swagger3Config extends AbstractManager implements WebMvcConfigurer | |||
private ApiInfo apiInfo() { | |||
return new ApiInfoBuilder() | |||
//设置文档标题(API名称) | |||
.title("Sample工程API接口文档") | |||
.title("Invw工程API接口文档") | |||
//文档描述 | |||
.description("接口说明") | |||
//服务条款URL |