From 25b5dc537bba2e583ec4e978d9d0ae06c2f92b57 Mon Sep 17 00:00:00 2001
From: shenrongliang <1328040932@qq.com>
Date: 星期五, 23 五月 2025 15:26:06 +0800
Subject: [PATCH] 获取DUIXtoken

---
 yudao-module-system/yudao-module-system-api/pom.xml |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/yudao-module-system/yudao-module-system-api/pom.xml b/yudao-module-system/yudao-module-system-api/pom.xml
index c98baf3..a954cfc 100644
--- a/yudao-module-system/yudao-module-system-api/pom.xml
+++ b/yudao-module-system/yudao-module-system-api/pom.xml
@@ -28,6 +28,14 @@
             <artifactId>spring-boot-starter-validation</artifactId>
             <optional>true</optional>
         </dependency>
+
+
+<!--        寮曞叆DUIXpom渚濊禆-->
+        <dependency>
+            <groupId>com.auth0</groupId>
+            <artifactId>java-jwt</artifactId>
+            <version>3.8.3</version>
+        </dependency>
     </dependencies>
 
 </project>

--
Gitblit v1.9.3