From c62ec58c827e780c4fb039f03149884c10ba0c52 Mon Sep 17 00:00:00 2001
From: Fancy <Fancy.fx@outlook.com>
Date: 星期五, 27 十二月 2024 11:16:02 +0800
Subject: [PATCH] parse JWT
---
pms-parent/pms-web-wechat/pom.xml | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/pms-parent/pms-web-wechat/pom.xml b/pms-parent/pms-web-wechat/pom.xml
index 28d1b52..fcd1a22 100644
--- a/pms-parent/pms-web-wechat/pom.xml
+++ b/pms-parent/pms-web-wechat/pom.xml
@@ -201,6 +201,11 @@
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
</dependency>
+ <dependency>
+ <groupId>io.jsonwebtoken</groupId>
+ <artifactId>jjwt</artifactId>
+ <version>${jjwt.version}</version>
+ </dependency>
</dependencies>
<build>
--
Gitblit v1.8.0