mirror of
https://gitee.com/smallc/blade-tool.git
synced 2026-07-12 19:29:45 +08:00
⬆️ easyexcel 依赖管理,方便老用户过度
This commit is contained in:
parent
df2ee15d86
commit
a08e2d5614
8
pom.xml
8
pom.xml
|
|
@ -426,7 +426,13 @@
|
|||
<artifactId>easy-captcha</artifactId>
|
||||
<version>1.6.2</version>
|
||||
</dependency>
|
||||
<!-- easyexcel 切换到 fastexcel -->
|
||||
<!-- easyexcel -->
|
||||
<dependency>
|
||||
<groupId>com.alibaba</groupId>
|
||||
<artifactId>easyexcel</artifactId>
|
||||
<version>3.3.4</version>
|
||||
</dependency>
|
||||
<!-- fastexcel -->
|
||||
<dependency>
|
||||
<groupId>cn.idev.excel</groupId>
|
||||
<artifactId>fastexcel</artifactId>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user