From 57391775d5f5ae8a93b308d0b261b2244eb7579a Mon Sep 17 00:00:00 2001
From: 刘小明 <liuxm_a@163.com>
Date: 星期四, 16 一月 2025 09:24:26 +0800
Subject: [PATCH] 追溯小程序:产品列表,产品详情接口

---
 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