BAEL-20863 Move Spring Boot CTX Fluent module

This commit is contained in:
mikr
2020-01-28 12:52:49 +01:00
parent 288ecf151c
commit bce1991983
17 changed files with 2 additions and 3 deletions
@@ -0,0 +1,13 @@
package org.baeldung;
import org.junit.Test;
import com.baeldung.parent.App;
public class SpringContextTest {
@Test
public final void testMain() throws Exception {
App.main(new String[] {});
}
}