From bd605ac1e79b73db3b501f323d6f4a10c0f27dd5 Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: 星期五, 27 六月 2025 15:01:57 +0800
Subject: [PATCH] 部分功能调整
---
pom.xml | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/pom.xml b/pom.xml
index 723427f..46276a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,16 +9,16 @@
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.gkhy.exam</groupId>
- <artifactId>train_exam</artifactId>
+ <artifactId>multi_system</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>train_exam</name>
- <description>train exam</description>
+ <name>multi_system</name>
+ <description>multi_system</description>
<modules>
- <module>exam-common</module>
- <module>exam-system</module>
- <module>exam-admin</module>
- <module>exam-framework</module>
+ <module>multi-common</module>
+ <module>multi-system</module>
+ <module>multi-admin</module>
+ <module>multi-framework</module>
</modules>
@@ -51,22 +51,22 @@
<dependencies>
<dependency>
<groupId>com.gkhy.exam</groupId>
- <artifactId>exam-common</artifactId>
+ <artifactId>multi-common</artifactId>
<version>${gkhy.version}</version>
</dependency>
<dependency>
<groupId>com.gkhy.exam</groupId>
- <artifactId>exam-system</artifactId>
+ <artifactId>multi-system</artifactId>
<version>${gkhy.version}</version>
</dependency>
<dependency>
<groupId>com.gkhy.exam</groupId>
- <artifactId>exam-framework</artifactId>
+ <artifactId>multi-framework</artifactId>
<version>${gkhy.version}</version>
</dependency>
<dependency>
<groupId>com.gkhy.exam</groupId>
- <artifactId>exam-admin</artifactId>
+ <artifactId>multi-admin</artifactId>
<version>${gkhy.version}</version>
</dependency>
--
Gitblit v1.9.2