From a3af0cf745d7a1632e2b803ca23387c226b13e29 Mon Sep 17 00:00:00 2001 From: kaiyu <404897439@qq.com> Date: Mon, 15 Mar 2021 08:42:20 +0800 Subject: [PATCH] common模块: 更改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