From e72b3ab95aace19535fe596897822f0e334de5d6 Mon Sep 17 00:00:00 2001
From: “zhuo” <“zhuo@itcast.cn”>
Date: 星期五, 11 八月 2023 18:00:23 +0800
Subject: [PATCH] 8-11提交代码
---
user-server/pom.xml | 17 ++++++-----------
1 files changed, 6 insertions(+), 11 deletions(-)
diff --git a/user-server/pom.xml b/user-server/pom.xml
index 96c60be..a1f86af 100644
--- a/user-server/pom.xml
+++ b/user-server/pom.xml
@@ -16,20 +16,9 @@
<packaging>jar</packaging>
<dependencies>
<dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-test</artifactId>
- </dependency>
-
- <dependency>
<groupId>com.yunchu.limslaboratory</groupId>
<artifactId>framework</artifactId>
<version>${project.parent.version}</version>
- </dependency>
-
- <!--mybatis-plus-->
- <dependency>
- <groupId>com.baomidou</groupId>
- <artifactId>mybatis-plus-boot-starter</artifactId>
</dependency>
<!--feign-->
@@ -49,6 +38,12 @@
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-spring-boot-starter</artifactId>
</dependency>
+
+ <!--jwt-->
+ <dependency>
+ <groupId>com.auth0</groupId>
+ <artifactId>java-jwt</artifactId>
+ </dependency>
</dependencies>
</project>
--
Gitblit v1.9.3