From 4a062bbdbdd5e1870bdecddc90a0a3af8192b95f Mon Sep 17 00:00:00 2001
From: kaiyu <404897439@qq.com>
Date: Fri, 12 Mar 2021 17:16:49 +0800
Subject: [PATCH] manage模块: 登陆功能完善,增加了过滤前端不需要参数的功能。 注销功能完成
---
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