From b7586ba9b38136c7af8ca9b31f92f570a0b039c2 Mon Sep 17 00:00:00 2001 From: Fixiaobai <fixiaobai@163.com> Date: 星期一, 21 八月 2023 18:02:35 +0800 Subject: [PATCH] 计量管理-》计量修改 试验管理-》合格率统计 --- user-server/pom.xml | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/user-server/pom.xml b/user-server/pom.xml index 1fb88b1..a1f86af 100644 --- a/user-server/pom.xml +++ b/user-server/pom.xml @@ -21,12 +21,6 @@ <version>${project.parent.version}</version> </dependency> - <!--mybatis-plus--> - <dependency> - <groupId>com.baomidou</groupId> - <artifactId>mybatis-plus-boot-starter</artifactId> - </dependency> - <!--feign--> <dependency> <groupId>org.springframework.cloud</groupId> @@ -44,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