Преглед на файлове

1、增加openapi 依赖、mybatis依赖

cherishsince преди 1 година
родител
ревизия
98319f68c3
променени са 1 файла, в които са добавени 8 реда и са изтрити 1 реда
  1. 8 1
      yudao-module-ai/yudao-module-ai-biz/pom.xml

+ 8 - 1
yudao-module-ai/yudao-module-ai-biz/pom.xml

@@ -39,7 +39,14 @@
             <groupId>cn.iocoder.boot</groupId>
             <artifactId>yudao-spring-boot-starter-test</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>
+        </dependency>
     </dependencies>
     <build>
         <plugins>