mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Introduce `@AutoConfigureWebServer` test annotation to support `@SpringBootTest` with specific classes and a random port. Closes gh-48815