From 942bdeee0b6fcc92b35e788c851d39c5182a8e40 Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: Tue, 10 Jun 2025 13:01:20 +0800
Subject: [PATCH] add
---
multi-framework/pom.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/exam-framework/pom.xml b/multi-framework/pom.xml
similarity index 93%
rename from exam-framework/pom.xml
rename to multi-framework/pom.xml
index b9aaa22..46a118f 100644
--- a/exam-framework/pom.xml
+++ b/multi-framework/pom.xml
@@ -9,7 +9,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
- <artifactId>exam-framework</artifactId>
+ <artifactId>multi-framework</artifactId>
<properties>
<maven.compiler.source>8</maven.compiler.source>
@@ -20,7 +20,7 @@
<dependencies>
<dependency>
<groupId>com.gkhy.exam</groupId>
- <artifactId>exam-system</artifactId>
+ <artifactId>multi-system</artifactId>
</dependency>
<!-- SpringBoot Web容器 -->
--
Gitblit v1.9.2