!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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user