From 7f56cfa5ec12682d53809e0f4d77a8f3277d36a0 Mon Sep 17 00:00:00 2001 From: kaiyu <404897439@qq.com> Date: Mon, 15 Mar 2021 17:42:01 +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