From 1a6f33ee01883917f5698e0a529438cdf11a9436 Mon Sep 17 00:00:00 2001 From: kaiyu <404897439@qq.com> Date: Mon, 15 Mar 2021 08:37:58 +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