mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
6a26db80b6
This commit changes the order of RouterFunctionMapping defined in WebMvcConfigurationSupport from 3 to -1 in order to achieve better consistency between WebMVC and WebFlux. It also reduces the surprise factor. That way, functional routes are always before annotation-based ones. Closes gh-30278