소스 검색

增加注释

cherishsince 1 년 전
부모
커밋
73f334e2b4
1개의 변경된 파일7개의 추가작업 그리고 7개의 파일을 삭제
  1. 7 7
      yudao-module-ai/yudao-module-ai-biz/pom.xml

+ 7 - 7
yudao-module-ai/yudao-module-ai-biz/pom.xml

@@ -26,26 +26,26 @@
         </dependency>
         <dependency>
             <groupId>cn.iocoder.boot</groupId>
-            <artifactId>yudao-common</artifactId>
+            <artifactId>yudao-spring-boot-starter-ai</artifactId>
+            <version>${revision}</version>
         </dependency>
-
-
+        <!--  yudao framwork  -->
         <dependency>
             <groupId>cn.iocoder.boot</groupId>
-            <artifactId>yudao-spring-boot-starter-ai</artifactId>
-            <version>${revision}</version>
+            <artifactId>yudao-common</artifactId>
         </dependency>
         <dependency>
             <groupId>cn.iocoder.boot</groupId>
-            <artifactId>yudao-spring-boot-starter-test</artifactId>
+            <artifactId>yudao-spring-boot-starter-web</artifactId>
         </dependency>
         <dependency>
             <groupId>cn.iocoder.boot</groupId>
             <artifactId>yudao-spring-boot-starter-mybatis</artifactId>
         </dependency>
+        <!--  测试  -->
         <dependency>
             <groupId>cn.iocoder.boot</groupId>
-            <artifactId>yudao-spring-boot-starter-web</artifactId>
+            <artifactId>yudao-spring-boot-starter-test</artifactId>
         </dependency>
     </dependencies>
     <build>