ソースを参照

代码优化调整

gaodm 6 年 前
コミット
af68129ebf

+ 1 - 1
aipt-service/src/main/java/com/diagbot/config/SwaggerConfigurer.java

@@ -60,7 +60,7 @@ public class SwaggerConfigurer {
     private ApiInfo apiInfo() {
         return new ApiInfoBuilder()
                 .title(" aipt-service api ")
-                .description("aipt-service 微服务")
+                .description("知识库&推理 微服务")
                 .termsOfServiceUrl("")
                 .contact(new Contact("diagbot","",""))
                 .version("1.0")