JAVA-8664: Change ports numbers and cleanup the code

This commit is contained in:
Krzysiek
2021-11-24 09:47:43 +01:00
parent 74797c43dd
commit 2f9ce6cf36
5 changed files with 11 additions and 16 deletions
@@ -7,7 +7,7 @@ import com.baeldung.parent.App;
public class SpringContextTest {
@Test
public final void testMain() throws Exception {
public final void testMain() {
App.main(new String[] {});
}
}