修改接口描述
This commit is contained in:
@@ -29,12 +29,9 @@ public class SwaggerConfig {
|
||||
|
||||
private ApiInfo apiInfo() {
|
||||
return new ApiInfoBuilder()
|
||||
.title("开放接口API")
|
||||
.description("HTTP对外开放接口")
|
||||
.title("后端管理Api")
|
||||
.description("成都机场升级项目,后端管理API描述文档")
|
||||
.version("1.0.0")
|
||||
.termsOfServiceUrl("http://xxx.xxx.com").
|
||||
license("LICENSE").
|
||||
licenseUrl("http://xxx.xxx.com")
|
||||
.build();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user