From d62a74c14a4002c0f401c94976fba8cc77cda6e1 Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期一, 20 七月 2026 17:40:58 +0800
Subject: [PATCH] 文件上传功能
---
yudao-module-system/pom.xml | 26 ++++++++++++++++++++++++++
1 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/yudao-module-system/pom.xml b/yudao-module-system/pom.xml
index 348133d..ccc8023 100644
--- a/yudao-module-system/pom.xml
+++ b/yudao-module-system/pom.xml
@@ -119,6 +119,32 @@
<artifactId>hutool-extra</artifactId> <!-- 閭欢 -->
</dependency>
+ <!-- 鏂囦欢涓婁紶锛欽WT 绛惧悕 URL -->
+ <dependency>
+ <groupId>io.jsonwebtoken</groupId>
+ <artifactId>jjwt-api</artifactId>
+ <version>0.12.6</version>
+ </dependency>
+ <dependency>
+ <groupId>io.jsonwebtoken</groupId>
+ <artifactId>jjwt-impl</artifactId>
+ <version>0.12.6</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>io.jsonwebtoken</groupId>
+ <artifactId>jjwt-jackson</artifactId>
+ <version>0.12.6</version>
+ <scope>runtime</scope>
+ </dependency>
+
+ <!-- 鏂囦欢涓婁紶锛氬浘鐗囧帇缂� -->
+ <dependency>
+ <groupId>net.coobird</groupId>
+ <artifactId>thumbnailator</artifactId>
+ <version>0.4.20</version>
+ </dependency>
+
</dependencies>
</project>
--
Gitblit v1.9.3