From 5bd109cbeb9545bab28a0b2bd267e02bf3752f0e Mon Sep 17 00:00:00 2001
From: Hentua <wangdoubleone@gmail.com>
Date: Tue, 26 Sep 2023 10:01:54 +0800
Subject: [PATCH] fix
---
pom.xml | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
index c731e94..d38c03a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,6 +28,13 @@
</properties>
<dependencies>
+ <!-- 图片压缩-->
+ <dependency>
+ <groupId>net.coobird</groupId>
+ <artifactId>thumbnailator</artifactId>
+ <version>0.4.8</version>
+ </dependency>
+
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>dysmsapi20170525</artifactId>
--
Gitblit v1.9.1