Skip to content

Commit 9627260

Browse files
committed
fix(excel 导出): 下载的时候 IO 文件写出错误
1 parent 7ca68cf commit 9627260

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pig-common/pig-common-bom/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
<shardingsphere.version>5.4.1</shardingsphere.version>
3636
<hutool.version>5.8.32</hutool.version>
3737
<sentinel.version>1.8.4</sentinel.version>
38+
<common.io.version>2.16.1</common.io.version>
3839
<spring.checkstyle.plugin>0.0.43</spring.checkstyle.plugin>
3940
<flatten-maven-plugin.version>1.6.0</flatten-maven-plugin.version>
4041
</properties>
@@ -130,6 +131,12 @@
130131
<artifactId>excel-spring-boot-starter</artifactId>
131132
<version>${excel.version}</version>
132133
</dependency>
134+
<!-- commons.io 覆盖easyexcel-->
135+
<dependency>
136+
<artifactId>commons-io</artifactId>
137+
<groupId>commons-io</groupId>
138+
<version>${common.io.version}</version>
139+
</dependency>
133140
<dependency>
134141
<groupId>org.apache.shardingsphere</groupId>
135142
<artifactId>shardingsphere-jdbc-core</artifactId>

0 commit comments

Comments
 (0)