Fix typo in WebMvc.fn document

Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
This commit is contained in:
Yanming Zhou 2025-06-13 15:17:14 +08:00
parent 309f850dad
commit 3174061d88
1 changed files with 1 additions and 1 deletions

View File

@ -846,7 +846,7 @@ processing lifecycle and also (potentially) run side by side with annotated cont
any are declared. It is also how functional endpoints are enabled by the Spring Boot Web any are declared. It is also how functional endpoints are enabled by the Spring Boot Web
starter. starter.
The following example shows a WebFlux Java configuration: The following example shows a WebMvc Java configuration:
[tabs] [tabs]
====== ======