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 |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1be7491..cf34a6b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,6 +15,18 @@
 
     <dependencies>
 
+        <!--瀵硅薄涓嶺ML澶勭悊-->
+        <dependency>
+            <groupId>javax.xml.bind</groupId>
+            <artifactId>jaxb-api</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.poi</groupId>
+            <artifactId>poi-ooxml</artifactId>
+            <version>3.9</version>
+        </dependency>
+
         <!--鑵捐浜� cos-->
         <dependency>
             <groupId>com.qcloud</groupId>
@@ -249,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