Remove corrupted/invalid/stray projects

- Removed ethereumj, events, spring-boot-h2, spring-hibernate3 corrupted projects
- Moved files from spring-hibernate3 folder to spring-hibernate-3
This commit is contained in:
Dhawal Kapil
2018-12-06 22:32:30 +05:30
parent a21f82001c
commit 7a7561fb76
14 changed files with 1 additions and 63 deletions
@@ -1,17 +0,0 @@
package org.baeldung;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
import com.baeldung.h2db.demo.ClientSpringBootApp;
@RunWith(SpringRunner.class)
@SpringBootTest(classes = ClientSpringBootApp.class)
public class SpringContextIntegrationTest {
@Test
public void whenSpringContextIsBootstrapped_thenNoExceptions() {
}
}