Browse Source

1、增加openapi 依赖、mybatis依赖

cherishsince 1 year ago
parent
commit
98319f68c3
1 changed files with 8 additions and 1 deletions
  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>