[JAVA-958] Standardize packages in spring-bom module

This commit is contained in:
dupirefr
2020-03-20 08:39:48 +01:00
parent e30cd5677e
commit 66c4fe3216
@@ -0,0 +1,13 @@
package com.baeldung;
import org.junit.Test;
import com.baeldung.spring.bom.HelloWorldApp;
public class SpringContextTest {
@Test
public final void testMain() throws Exception {
HelloWorldApp.main(null);
}
}