From 45156d80401ed6e8fd146ddbf93fb73e4218fe49 Mon Sep 17 00:00:00 2001 From: ycl Date: Wed, 7 Aug 2024 16:18:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20template/entrance/web/src/?= =?UTF-8?q?test/java/com/hande/handeTest/entrance/web/AppApplicationTest.j?= =?UTF-8?q?ava?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../handeTest/entrance/web/AppApplicationTest.java | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 template/entrance/web/src/test/java/com/hande/handeTest/entrance/web/AppApplicationTest.java diff --git a/template/entrance/web/src/test/java/com/hande/handeTest/entrance/web/AppApplicationTest.java b/template/entrance/web/src/test/java/com/hande/handeTest/entrance/web/AppApplicationTest.java deleted file mode 100644 index e58fb38..0000000 --- a/template/entrance/web/src/test/java/com/hande/handeTest/entrance/web/AppApplicationTest.java +++ /dev/null @@ -1,14 +0,0 @@ -package {{ .package }}.entrance.web; - -import org.junit.Test; -import org.junit.runner.RunWith; -import org.springframework.boot.test.context.SpringBootTest; -import org.springframework.test.context.junit4.SpringRunner; - -@RunWith(SpringRunner.class) -@SpringBootTest -public class AppApplicationTest { - @Test - public void contextLoads() { - } -} \ No newline at end of file