mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-20 06:29:16 +00:00
Move resource handler auto-configuration logic back to the `WebMvcConfigurer` so that they also get applied to child contexts. Closes gh-25743