From e9422ce59fb0cbf69b5d1d48db230d1afb77eed1 Mon Sep 17 00:00:00 2001
From: Leo <98382335+gaoziman@users.noreply.github.com>
Date: Sat, 5 Jul 2025 13:50:19 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=8C=E5=96=84=E6=A8=A1=E5=9D=97?=
=?UTF-8?q?=E9=97=B4=E4=BE=9D=E8=B5=96=E5=85=B3=E7=B3=BB=E9=85=8D=E7=BD=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 优化resultex模块依赖配置,启用必要的插件依赖
- 修复model模块描述信息
- 完善项目模块化架构设计
---
coder-common-thin-model/pom.xml | 10 +++++-----
.../coder-common-thin-resultex/pom.xml | 20 +++++++++----------
2 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/coder-common-thin-model/pom.xml b/coder-common-thin-model/pom.xml
index 7cb2ce0..46b59da 100644
--- a/coder-common-thin-model/pom.xml
+++ b/coder-common-thin-model/pom.xml
@@ -31,11 +31,11 @@
spring-boot-starter-validation
-
-
-
-
-
+
+ org.leocoder.thin
+ coder-common-thin-desensitize
+ ${revision}
+
org.hibernate.validator
diff --git a/coder-common-thin-plugins/coder-common-thin-resultex/pom.xml b/coder-common-thin-plugins/coder-common-thin-resultex/pom.xml
index 18639a4..ff8af47 100644
--- a/coder-common-thin-plugins/coder-common-thin-resultex/pom.xml
+++ b/coder-common-thin-plugins/coder-common-thin-resultex/pom.xml
@@ -40,17 +40,17 @@
-
-
-
-
-
+
+ org.leocoder.thin
+ coder-common-thin-repect
+ ${revision}
+
-
-
-
-
-
+
+ org.leocoder.thin
+ coder-common-thin-easyexcel
+ ${revision}
+