refactor: Update EasyExcel to FastExcel (easyexcel-plus)
This commit is contained in:
10
pom.xml
10
pom.xml
@@ -33,7 +33,7 @@
|
||||
|
||||
<xxl-job.version>2.4.2</xxl-job.version>
|
||||
|
||||
<easyexcel.version>3.2.1</easyexcel.version>
|
||||
<fastexcel.version>1.1.0</fastexcel.version>
|
||||
|
||||
<!-- 对象存储 -->
|
||||
<minio.version>8.5.10</minio.version>
|
||||
@@ -157,11 +157,13 @@
|
||||
</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>
|
||||
|
||||
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-validation</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user