提交 61836830 编写于 作者: J Juergen Hoeller

Fixed typos

Issue: SPR-11232
Issue: SPR-11242
上级 74c679eb
...@@ -577,7 +577,7 @@ Spring dependencies are declared, you only have to do that once. ...@@ -577,7 +577,7 @@ Spring dependencies are declared, you only have to do that once.
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId> <artifactId>spring-core</artifactId>
<version>{spring-version}</version> <version>{spring-version}</version>
<scope>runtime</scope> <scope>runtime</scope>
<exclusions> <exclusions>
...@@ -622,7 +622,7 @@ implementation itself. In Maven you would do that like this ...@@ -622,7 +622,7 @@ implementation itself. In Maven you would do that like this
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId> <artifactId>spring-core</artifactId>
<version>{spring-version}</version> <version>{spring-version}</version>
<scope>runtime</scope> <scope>runtime</scope>
<exclusions> <exclusions>
...@@ -692,7 +692,7 @@ is your dependency declaration: ...@@ -692,7 +692,7 @@ is your dependency declaration:
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId> <artifactId>spring-core</artifactId>
<version>{spring-version}</version> <version>{spring-version}</version>
<scope>runtime</scope> <scope>runtime</scope>
</dependency> </dependency>
...@@ -28765,7 +28765,7 @@ All matrix variables may be obtained in a Map: ...@@ -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 Note that to enable the use of matrix variables, you must set the
`removeSemicolonContent` property of `RequestMappingHandlerMapping` to `false`. By `removeSemicolonContent` property of `RequestMappingHandlerMapping` to `false`. By
default it is set to `false`. default it is set to `true`.
[[mvc-ann-requestmapping-consumes]] [[mvc-ann-requestmapping-consumes]]
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册