Merge branch '2.7.x'

This commit is contained in:
Phillip Webb 2022-09-08 19:52:40 -07:00
commit 2f78d52c36

View File

@ -34,9 +34,4 @@ class SampleBatchApplicationTests {
assertThat(output).contains("completed with the following parameters");
}
public static void main(String[] args) throws ClassNotFoundException {
System.getProperties().forEach((k, v) -> System.out.println(k + "=" + v));
Class.forName("org.springframework.boot.web.servlet.context.ServletWebServerApplicationContextFactory");
}
}