Commit 9866fead authored by zhangyong's avatar zhangyong

1

parent 7a4b79a3
...@@ -26,7 +26,7 @@ public class SwaggerConfig { ...@@ -26,7 +26,7 @@ public class SwaggerConfig {
private ApiInfo apiInfo() { private ApiInfo apiInfo() {
return new ApiInfoBuilder() return new ApiInfoBuilder()
.title("B2B前端接口在线文档") .title("B2B前端接口在线文档")
.description("在线文档") .description("在线文档1")
.termsOfServiceUrl("NO terms of service") .termsOfServiceUrl("NO terms of service")
.version("1.0") .version("1.0")
.build(); .build();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment