mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 00:29:01 +00:00
This commit adapts SpringBootTest when it has to use a main method to detect package private main method as well as main methods that do not have any arguments. Closes gh-48271