From aa0a7a2e1dc2b2aba12d5c014fd0037e30251224 Mon Sep 17 00:00:00 2001
From: wangrenhuang <wangren_huang@163.com>
Date: 星期一, 03 四月 2023 16:17:17 +0800
Subject: [PATCH] 新增生成小程序链接方法

---
 pom.xml |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8cc4bb0..8352058 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,6 +39,11 @@
             <artifactId>cos_api</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>commons-fileupload</groupId>
+            <artifactId>commons-fileupload</artifactId>
+        </dependency>
+
         <!--鍙戦�侀偖浠�-->
         <dependency>
             <groupId>com.sun.mail</groupId>
@@ -141,6 +146,12 @@
             <artifactId>jstl</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-tomcat</artifactId>
+            <!--<scope>provided</scope>-->
+        </dependency>
+
         <!-- mybatis鑷姩鐢熸垚 -->
         <dependency>
             <groupId>com.gitee.sunchenbin.mybatis.actable</groupId>

--
Gitblit v1.8.0