소스 검색

添加模块ruoyi-system依赖。

tom 5 달 전
부모
커밋
7ab9e47e22
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      ruoyi-sim/pom.xml

+ 5 - 0
ruoyi-sim/pom.xml

@@ -28,6 +28,11 @@
             <artifactId>ruoyi-common</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>com.ruoyi</groupId>
+            <artifactId>ruoyi-system</artifactId>
+        </dependency>
+
         <!-- hutool -->
         <dependency>
             <groupId>cn.hutool</groupId>