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