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