From 3cde757b32bdd5e4092ba6c11dfa7b89a319c166 Mon Sep 17 00:00:00 2001 From: zhengjie Date: Wed, 8 May 2019 15:25:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=85=E6=97=B6=E8=B7=B3=E8=BF=87?= =?UTF-8?q?=E5=8D=95=E5=85=83=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../me/zhengjie/EladminSystemApplicationTests.java | 2 -- pom.xml | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/eladmin-system/src/test/java/me/zhengjie/EladminSystemApplicationTests.java b/eladmin-system/src/test/java/me/zhengjie/EladminSystemApplicationTests.java index 9098fc54..c78714a4 100644 --- a/eladmin-system/src/test/java/me/zhengjie/EladminSystemApplicationTests.java +++ b/eladmin-system/src/test/java/me/zhengjie/EladminSystemApplicationTests.java @@ -1,9 +1,7 @@ package me.zhengjie; -import me.zhengjie.modules.monitor.service.RedisService; import org.junit.Test; import org.junit.runner.RunWith; -import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.test.context.junit4.SpringRunner; diff --git a/pom.xml b/pom.xml index de0c9943..1d2ce513 100644 --- a/pom.xml +++ b/pom.xml @@ -198,6 +198,19 @@ + + + + + org.apache.maven.plugins + maven-surefire-plugin + + true + + + + + public @@ -208,6 +221,7 @@ + public