From 5faa3f478f9d36422c5d1a19c4e2da7250afd70f Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: 星期三, 09 七月 2025 17:20:24 +0800
Subject: [PATCH] 优化改造sql
---
pom.xml | 47 +++++++++++++++++++++++++++++++++++++++--------
1 files changed, 39 insertions(+), 8 deletions(-)
diff --git a/pom.xml b/pom.xml
index d92bd98..1d4fdfb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,10 +15,10 @@
<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>
@@ -204,6 +204,37 @@
<artifactId>easyexcel</artifactId>
<version>${easyexcel.version}</version>
</dependency>
+<!-- <dependency>-->
+<!-- <groupId>com.deepoove</groupId>-->
+<!-- <artifactId>poi-tl</artifactId>-->
+<!-- <version>1.10.0</version>-->
+<!-- </dependency>-->
+
+<!-- <!– 如果需要解析HTML –>-->
+<!-- <dependency>-->
+<!-- <groupId>org.jsoup</groupId>-->
+<!-- <artifactId>jsoup</artifactId>-->
+<!-- <version>1.15.3</version>-->
+<!-- </dependency>-->
+
+<!-- <dependency>-->
+<!-- <groupId>com.itextpdf</groupId>-->
+<!-- <artifactId>itextpdf</artifactId>-->
+<!-- <version>5.5.13.3</version>-->
+<!-- </dependency>-->
+<!-- <dependency>-->
+<!-- <groupId>org.bouncycastle</groupId>-->
+<!-- <artifactId>bcprov-jdk15on</artifactId>-->
+<!-- <version>1.68</version>-->
+<!-- </dependency>-->
+<!-- <!– 支持中文 –>-->
+<!-- <dependency>-->
+<!-- <groupId>com.itextpdf</groupId>-->
+<!-- <artifactId>itext-asian</artifactId>-->
+<!-- <version>5.2.0</version>-->
+<!-- </dependency>-->
+
+
</dependencies>
</dependencyManagement>
--
Gitblit v1.9.2