From 55697aaa2e4974d5b443e731581e4c50609946b7 Mon Sep 17 00:00:00 2001 From: guang <guang@guang.com> Date: 星期五, 28 七月 2023 11:13:30 +0800 Subject: [PATCH] 增加企业微盘操作工具类 --- pom.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 03e7429..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> -- Gitblit v1.8.0