Polishing

This commit is contained in:
Sam Brannen
2024-02-13 16:30:24 +01:00
parent 9b93c948a7
commit 10bc93c058
7 changed files with 21 additions and 15 deletions

View File

@@ -787,7 +787,7 @@ Kotlin::
WebFlux.fn provides built-in support for serving resources.
NOTE: In addition to the capabilities described below, it is possible to implement an even more flexible resource handling thanks to
NOTE: In addition to the capabilities described below, it is possible to implement even more flexible resource handling thanks to
{spring-framework-api}++/web/reactive/function/server/RouterFunctions.html#resources(java.util.function.Function)++[`RouterFunctions#resource(java.util.function.Function)`].
[[webflux-fn-resource]]

View File

@@ -765,7 +765,7 @@ Kotlin::
WebMvc.fn provides built-in support for serving resources.
NOTE: In addition to the capabilities described below, it is possible to implement an even more flexible resource handling thanks to
NOTE: In addition to the capabilities described below, it is possible to implement even more flexible resource handling thanks to
{spring-framework-api}++/web/servlet/function/RouterFunctions.html#resources(java.util.function.Function)++[`RouterFunctions#resource(java.util.function.Function)`].
[[webmvc-fn-resource]]