From 18063834a1e22f3269bb41a8693e0c996e5bb9ee Mon Sep 17 00:00:00 2001 From: wsm <2746563060@qq.com> Date: Mon, 22 Jun 2026 15:55:06 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0easyexcel=E4=BE=9D?= =?UTF-8?q?=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 --- jeecg-boot-base-core/pom.xml | 9 +++++++++ pom.xml | 8 ++++++++ 2 files changed, 17 insertions(+) diff --git a/jeecg-boot-base-core/pom.xml b/jeecg-boot-base-core/pom.xml index 3fbe879..94bba34 100644 --- a/jeecg-boot-base-core/pom.xml +++ b/jeecg-boot-base-core/pom.xml @@ -327,5 +327,14 @@ org.jeecgframework.boot jeecg-boot-starter-chatgpt + + org.springframework.boot + spring-boot-starter-validation + + + com.alibaba + easyexcel + compile + diff --git a/pom.xml b/pom.xml index 6778056..5357266 100644 --- a/pom.xml +++ b/pom.xml @@ -105,6 +105,7 @@ 7.4.0 1.11.3 + 4.0.3 @@ -346,6 +347,13 @@ ${dom4j.version} + + com.alibaba + easyexcel + ${esayexcel.version} + compile + +