From 96fdb916ed662f5f77ccc0277075858d54ac1334 Mon Sep 17 00:00:00 2001 From: ChenJiaHe <763432473@qq.com> Date: 星期三, 07 四月 2021 18:22:10 +0800 Subject: [PATCH] 新增下载文件方法File --- pom.xml | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 7601292..cf34a6b 100644 --- a/pom.xml +++ b/pom.xml @@ -21,6 +21,11 @@ <artifactId>jaxb-api</artifactId> </dependency> + <dependency> + <groupId>org.apache.poi</groupId> + <artifactId>poi-ooxml</artifactId> + <version>3.9</version> + </dependency> <!--鑵捐浜� cos--> <dependency> @@ -256,6 +261,12 @@ <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper</artifactId> </dependency> + + <dependency> + <groupId>com.dtflys.forest</groupId> + <artifactId>spring-boot-starter-forest</artifactId> + <version>1.5.0-RC2</version> + </dependency> </dependencies> <build> -- Gitblit v1.8.0