Skip to content

Commit 2f78d52

Browse files
committed
Merge branch '2.7.x'
2 parents 46be4a3 + 55ad2b9 commit 2f78d52

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-batch/src/test/java/smoketest/batch/SampleBatchApplicationTests.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,4 @@ void testDefaultSettings(CapturedOutput output) {
3434
assertThat(output).contains("completed with the following parameters");
3535
}
3636

37-
public static void main(String[] args) throws ClassNotFoundException {
38-
System.getProperties().forEach((k, v) -> System.out.println(k + "=" + v));
39-
Class.forName("org.springframework.boot.web.servlet.context.ServletWebServerApplicationContextFactory");
40-
}
41-
4237
}

0 commit comments

Comments
 (0)