Ajout Eureka

This commit is contained in:
TestAccountsUser 2018-03-19 23:25:34 +01:00
parent 0ba2b328aa
commit 3e38091c32
20 changed files with 547 additions and 3 deletions

View file

@ -0,0 +1,16 @@
package com.mcommerce.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() {
}
}