增加 spring eureka 用例

This commit is contained in:
罗祥
2019-01-11 14:52:13 +08:00
parent cda5b6909a
commit abc6239b72
30 changed files with 326 additions and 11 deletions

View File

@ -0,0 +1,17 @@
package com.heibaiying.eurekaserver;
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 EurekaServerApplicationTests {
@Test
public void contextLoads() {
}
}