add 增加 easyexcel 依赖

This commit is contained in:
疯狂的狮子li
2021-08-03 19:27:48 +08:00
parent 2b1c3335f6
commit 70b77d9801
2 changed files with 12 additions and 0 deletions

View File

@ -59,6 +59,11 @@
<artifactId>poi-ooxml</artifactId>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>easyexcel</artifactId>
</dependency>
<!-- yml解析器 -->
<dependency>
<groupId>org.yaml</groupId>