From 18991d5feffa49b962cf07f533dc834f236b961c Mon Sep 17 00:00:00 2001
From: kongzy <kongzy>
Date: 星期五, 13 十月 2023 10:16:02 +0800
Subject: [PATCH] 修改上传目录为相对路径以及gitignore配置

---
 exam-system/pom.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/exam-system/pom.xml b/exam-system/pom.xml
index 0d0d6bf..76f6c69 100644
--- a/exam-system/pom.xml
+++ b/exam-system/pom.xml
@@ -24,6 +24,7 @@
             <groupId>com.ruoyi</groupId>
             <artifactId>ruoyi-file</artifactId>
         </dependency>
+
     </dependencies>
 
 </project>

--
Gitblit v1.9.2