From 755d01a3fbfae517bf86ec9fa7c989d78ff89180 Mon Sep 17 00:00:00 2001 From: LiuLaoQi <544809798@qq.com> Date: Fri, 9 Aug 2019 10:23:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/space/nyuki/mongotest/MongotestApplicationTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/space/nyuki/mongotest/MongotestApplicationTests.java b/src/test/java/space/nyuki/mongotest/MongotestApplicationTests.java index d0a8da8..4ab14fe 100644 --- a/src/test/java/space/nyuki/mongotest/MongotestApplicationTests.java +++ b/src/test/java/space/nyuki/mongotest/MongotestApplicationTests.java @@ -9,7 +9,7 @@ import space.nyuki.mongotest.dao.UserDao; import space.nyuki.mongotest.pojo.User; @RunWith(SpringRunner.class) -@SpringBootTest +@SpringBootTest // 测试 public class MongotestApplicationTests { @Autowired UserDao userDao; -- Gitee