Update packages to match declaration

This commit is contained in:
wolkenschieber
2021-01-10 14:03:17 +01:00
parent c2165fa4bc
commit c0955b04f7
6 changed files with 0 additions and 0 deletions
@@ -0,0 +1,13 @@
package com.baeldung;
import org.junit.Test;
import com.baeldung.parent.App;
public class SpringContextTest {
@Test
public final void testMain() throws Exception {
App.main(new String[] {});
}
}