diff --git a/src/asciidoc/index.adoc b/src/asciidoc/index.adoc index 689c29931a..0f32d285c4 100644 --- a/src/asciidoc/index.adoc +++ b/src/asciidoc/index.adoc @@ -577,7 +577,7 @@ Spring dependencies are declared, you only have to do that once. org.springframework - spring-context + spring-core {spring-version} runtime @@ -622,7 +622,7 @@ implementation itself. In Maven you would do that like this org.springframework - spring-context + spring-core {spring-version} runtime @@ -692,7 +692,7 @@ is your dependency declaration: org.springframework - spring-context + spring-core {spring-version} runtime @@ -28765,7 +28765,7 @@ All matrix variables may be obtained in a Map: Note that to enable the use of matrix variables, you must set the `removeSemicolonContent` property of `RequestMappingHandlerMapping` to `false`. By -default it is set to `false`. +default it is set to `true`. [[mvc-ann-requestmapping-consumes]]