From 6e713d8102775b555fff5607158c9cfab76fa678 Mon Sep 17 00:00:00 2001 From: guang <guang@guang.com> Date: 星期四, 27 七月 2023 17:42:30 +0800 Subject: [PATCH] 增加企业微盘操作工具类 --- pom.xml | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index 0dec8eb..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> @@ -139,6 +144,12 @@ <dependency> <groupId>javax.servlet</groupId> <artifactId>jstl</artifactId> + </dependency> + + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-tomcat</artifactId> + <!--<scope>provided</scope>--> </dependency> <!-- mybatis鑷姩鐢熸垚 --> @@ -287,7 +298,7 @@ </dependencies> <build> - <finalName>hx-demoboot</finalName> + <finalName>hx-common</finalName> <resources> <resource> <directory>src/main/java</directory> -- Gitblit v1.8.0