소스 검색

first commit

pengshaojie 5 년 전
부모
커밋
d8395ee48a
1개의 변경된 파일16개의 추가작업 그리고 0개의 파일을 삭제
  1. 16 0
      src/test/java/com/fd/AirApplicationTests.java

+ 16 - 0
src/test/java/com/fd/AirApplicationTests.java

@@ -0,0 +1,16 @@
+package com.fd;
+
+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 AirApplicationTests {
+
+    @Test
+    public void contextLoads() {
+    }
+
+}