huodongdong пре 7 година
родитељ
комит
08fb34581d

+ 4 - 0
.gitignore

@@ -9,3 +9,7 @@
 
 ### complie
 **/target
+**/.*/
+
+### common
+.*

+ 0 - 16
product-service/src/test/java/cn/rankin/userservice/UserServiceApplicationTests.java

@@ -1,16 +0,0 @@
-package cn.rankin.userservice;
-
-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 UserServiceApplicationTests {
-
-	@Test
-	public void contextLoads() {
-	}
-
-}