From 1e0beb1fe98f1d4a2bc93a5654443a84efda3d8e Mon Sep 17 00:00:00 2001
From: Fancy <Fancy.fx@outlook.com>
Date: 星期五, 24 一月 2025 09:33:51 +0800
Subject: [PATCH] device
---
pms-parent/pms-web-wechat/pom.xml | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/pms-parent/pms-web-wechat/pom.xml b/pms-parent/pms-web-wechat/pom.xml
index 8f85e7e..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>
@@ -222,7 +227,7 @@
<outputDirectory>${project.build.directory}/execute</outputDirectory>
<finalName>${project.artifactId}-${project.version}</finalName>
<layout>ZIP</layout>
- <mainClass>com.dy.pmsBase.PmsBaseApplication</mainClass>
+ <mainClass>com.dy.pmsWechat.PmsWechatApplication</mainClass>
<excludes>
<exclude>
<groupId>org.projectlombok</groupId>
--
Gitblit v1.8.0