!53 refactor(excel): 提取Excel工具包为独立模块jeecg-module-tools,支持跨项目复用

* refactor(excel): 提取Excel工具包为独立模块jeecg-module-tools,支持跨项目复用
* fix(excel): 校验错误详情返回前端,ColumnMeta重构为Record,避免字典错后重复报NotBlank
* Merge remote-tracking branch 'origin/master'
* chore: 添加easyexcel依赖
This commit is contained in:
new_new_new
2026-06-24 03:36:58 +00:00
parent 9aec8dbbbe
commit a7915177a0
13 changed files with 441 additions and 315 deletions
+6
View File
@@ -44,6 +44,12 @@
<groupId>org.jeecgframework.boot</groupId>
<artifactId>jeecg-boot-common</artifactId>
</dependency>
<!-- excel 独立工具包 -->
<dependency>
<groupId>org.jeecgframework.boot</groupId>
<artifactId>jeecg-module-tools</artifactId>
<version>1.0.0</version>
</dependency>
<!--集成springmvc框架并实现自动配置 -->
<dependency>
<groupId>org.springframework.boot</groupId>