rename projects (#3604)

This commit is contained in:
Loredana Crusoveanu
2018-02-10 19:04:31 +02:00
committed by Eugen
parent 87a36777db
commit 3c371bea45
26 changed files with 5 additions and 5 deletions
@@ -0,0 +1,16 @@
package com.baeldung.service.personservice;
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 PersonserviceApplicationTests {
@Test
public void contextLoads() {
}
}