删除 template/entrance/web/src/test/java/com/hande/handeTest/entrance/web/AppApplicationTest.java

This commit is contained in:
ycl
2024-08-07 16:18:50 +08:00
parent e03186c495
commit 45156d8040

View File

@@ -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() {
}
}