Merge branch '6.2.x'

This commit is contained in:
Sébastien Deleuze
2024-12-23 11:15:08 +01:00
8 changed files with 10 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
[[webmvc-fn]]
= Functional Endpoints
[.small]#<<web-reactive.adoc#webflux-fn, See equivalent in the Reactive stack>>#
[.small]#xref:web/webflux-functional.adoc[See equivalent in the Reactive stack]#
Spring Web MVC includes WebMvc.fn, a lightweight functional programming model in which functions
are used to route and handle requests and contracts are designed for immutability.