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