From 9e1e73064f54ac5c0ecebdbccfeff3e4267437e8 Mon Sep 17 00:00:00 2001
From: kaiyu <404897439@qq.com>
Date: Wed, 10 Mar 2021 17:52:10 +0800
Subject: [PATCH] ć›´ć–°TokenUtils BUG
---
pom.xml | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5128e22..a26232a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,6 +102,11 @@
<artifactId>mysql-connector-java</artifactId>
<scope>runtime</scope>
</dependency>
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-test</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
--
Gitblit v1.8.0