
This commit documents the relative ordering of `HandlerMapping` support in Spring MVC and WebFlux applications. As of Spring Framework 6.1.0, the Welcome Page support acts as a fallback in case no index route has been defined by the application as a `RouterFunction` or within an annotated `@Controller`. Closes gh-34846