fix(swagger): add swagger new version

This commit is contained in:
doufenghu
2018-05-21 18:19:08 +08:00
parent 54f5f97529
commit 5f0009e46b
33 changed files with 1624 additions and 12596 deletions

View File

@@ -53,11 +53,11 @@ public class SwaggerConfig {
private ApiInfo apiInfo()
{
ApiInfo apiInfo = new ApiInfo(
"文本综合业务 API",
"API Document 管理",
"Galaxy Service API",
"API Document Management",
"V1.0",
"doufenghu@iie.ac.cn",
"My Apps API Licence Type",
"Galaxy Service API Licence Type",
"http://127.0.0.1:8080/galaxy/swagger/");
return apiInfo;
}