spring-framework/spring-webmvc
Arjen Poutsma 200b33b26a Add no path HTTP method variants for route builder
This commit adds two overloaded methods for each HTTP method in the
WebFlux.fn and WebMvc.fn route builders: one method taking just a
handler function, the other a request predicate and handler function.

After this commit, it is no longer required to provide a String path,
which is particularly useful when nesting routes, and the path would be
"".

Closes gh-25752
2020-10-06 11:00:17 +02:00
..
src Add no path HTTP method variants for route builder 2020-10-06 11:00:17 +02:00
spring-webmvc.gradle Add a comment about gradle/gradle#14017 2020-08-10 16:49:00 +02:00