renaming the boot ops module

This commit is contained in:
Eugen Paraschiv
2018-05-14 10:12:38 +03:00
parent ee930d56c4
commit dec95f5c25
6 changed files with 4 additions and 4 deletions
@@ -0,0 +1,16 @@
package com.baeldung.springbootsimple;
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 SpringBootTomcatApplicationTests {
@Test
public void contextLoads() {
}
}