From 67ba3d8510c75f62c53d97399d8b9ef3d01196c8 Mon Sep 17 00:00:00 2001
From: zf <1603559716@qq.com>
Date: 星期四, 07 九月 2023 09:26:59 +0800
Subject: [PATCH] 考试系统框架整理,以及集成mybatis-plus

---
 ruoyi-admin/pom.xml |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml
index 1436d6d..82c8ae9 100644
--- a/ruoyi-admin/pom.xml
+++ b/ruoyi-admin/pom.xml
@@ -60,7 +60,16 @@
             <groupId>com.ruoyi</groupId>
             <artifactId>ruoyi-generator</artifactId>
         </dependency>
-
+        <!--文件-->
+        <dependency>
+            <groupId>com.ruoyi</groupId>
+            <artifactId>ruoyi-file</artifactId>
+        </dependency>
+        <!--考试系统-->
+        <dependency>
+            <groupId>com.ruoyi</groupId>
+            <artifactId>exam-system</artifactId>
+        </dependency>
     </dependencies>
 
     <build>

--
Gitblit v1.9.2