Structural Fixes

This commit is contained in:
Rob Winch
2023-04-20 09:51:32 -05:00
committed by rstoyanchev
parent 3774e9be7a
commit 7b0ba0188f
21 changed files with 103 additions and 142 deletions

View File

@@ -171,7 +171,3 @@ to 412 (PRECONDITION_FAILED) to prevent concurrent modification.
You should serve static resources with a `Cache-Control` and conditional response headers
for optimal performance. See the section on configuring xref:web/webflux/config.adoc#webflux-config-static-resources[Static Resources].
include:../:webflux-view.adoc[leveloffset=+1]

View File

@@ -62,8 +62,3 @@ performance if used extensively. See the
{api-spring-framework}/web/bind/annotation/ControllerAdvice.html[`@ControllerAdvice`]
javadoc for more details.
include:../../:webflux-functional.adoc[leveloffset=+1]

View File

@@ -102,6 +102,4 @@ controller-specific `Formatter` instances, as the following example shows:
== Model Design
[.small]#xref:web/webmvc/mvc-controller/ann-initbinder.adoc#mvc-ann-initbinder-model-design[See equivalent in the Servlet stack]#
include:../../:web-data-binding-model-design.adoc[]

View File

@@ -6,8 +6,6 @@
This section describes various options available in the Spring Framework to prepare URIs.
include:../:web-uris.adoc[leveloffset=+2]
include:../:webflux-cors.adoc[leveloffset=+1]
include::partial$web/web-uris.adoc[leveloffset=+1]