Commit 3d0ca947 by Administrator

Update SwaggerConfig.java

parent 079b129c
...@@ -30,7 +30,7 @@ public class SwaggerConfig { ...@@ -30,7 +30,7 @@ public class SwaggerConfig {
private boolean swaggerEnable; private boolean swaggerEnable;
private ApiInfo apiInfo() { private ApiInfo apiInfo() {
return new ApiInfoBuilder().title("云里云外开源社区Api文档") return new ApiInfoBuilder().title("云里云外开源社区Api文档-1.0")
.description("云里云外开源社区") .description("云里云外开源社区")
.version("1.0.0") .version("1.0.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