修改接口描述

This commit is contained in:
zhouxiunai
2018-10-30 14:52:53 +08:00
parent 0ec2362eab
commit bfd97d6a88
@@ -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();
}
}