gaodd 2 years ago
parent
commit
d11d160bfa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/chinaitop/depot/SwaggerConfig.java

+ 1 - 1
src/main/java/com/chinaitop/depot/SwaggerConfig.java

@@ -27,7 +27,7 @@ public class SwaggerConfig {
27
     private ApiInfo apiInfo() {
27
     private ApiInfo apiInfo() {
28
         return new ApiInfoBuilder()
28
         return new ApiInfoBuilder()
29
                 .title("智能粮库管理平台api文档")
29
                 .title("智能粮库管理平台api文档")
30
-                .description("经营业务")
30
+                .description("经营管理业务")
31
                 .termsOfServiceUrl("http://10.10.25:9001")
31
                 .termsOfServiceUrl("http://10.10.25:9001")
32
                 .version("1.0")
32
                 .version("1.0")
33
                 .build();
33
                 .build();