Commit 9866fead authored by zhangyong's avatar zhangyong

1

parent 7a4b79a3
......@@ -26,7 +26,7 @@ public class SwaggerConfig {
private ApiInfo apiInfo() {
return new ApiInfoBuilder()
.title("B2B前端接口在线文档")
.description("在线文档")
.description("在线文档1")
.termsOfServiceUrl("NO terms of service")
.version("1.0")
.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