From 46911b2d954fb8952cc178aa388d977d52d69927 Mon Sep 17 00:00:00 2001
From: E1ED922C1E9526DD63272D7EC5C6CB77 <E1ED922C1E9526DD63272D7EC5C6CB77@i-search.com.cn>
Date: 星期日, 07 二月 2021 09:10:08 +0800
Subject: [PATCH] 添加通用文件上传

---
 pom.xml |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5900039..ab59e4d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,8 +13,13 @@
     <artifactId>hx-common</artifactId>
     <packaging>jar</packaging>
 
-
     <dependencies>
+
+        <!--鑵捐浜� cos-->
+        <dependency>
+            <groupId>com.qcloud</groupId>
+            <artifactId>cos_api</artifactId>
+        </dependency>
 
         <!--鍙戦�侀偖浠�-->
         <dependency>
@@ -244,6 +249,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