update EasyExcel升级原作者FastExcel

This commit is contained in:
疯狂的狮子Li
2025-04-18 17:46:35 +08:00
parent 38fca0c0e5
commit b8d634a933
34 changed files with 108 additions and 108 deletions

View File

@@ -28,7 +28,7 @@
<swagger.core.version>2.2.28</swagger.core.version>
<springdoc.version>2.8.5</springdoc.version>
<therapi-javadoc.version>0.15.0</therapi-javadoc.version>
<easyexcel.version>4.0.3</easyexcel.version>
<fastexcel.version>1.2.0</fastexcel.version>
<hutool.version>5.8.35</hutool.version>
<redisson.version>3.45.1</redisson.version>
<lock4j.version>2.2.7</lock4j.version>
@@ -231,9 +231,9 @@
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>easyexcel</artifactId>
<version>${easyexcel.version}</version>
<groupId>cn.idev.excel</groupId>
<artifactId>fastexcel</artifactId>
<version>${fastexcel.version}</version>
</dependency>
<!-- 代码生成使用模板 -->