提交 802a4c6d 编写于 作者: N nkjackzhang 提交者: Sam Brannen

Remove unnecessary "method" in reference manual (#1166)

From context, It seems that the first word "method" is needless,
上级 aaba53f7
......@@ -565,7 +565,7 @@ snippet:
You use the `@RequestMapping` annotation to map URLs such as `/appointments` onto an
entire class or a particular handler method. Typically the class-level annotation maps a
specific request path (or path pattern) onto a form controller, with additional
method-level annotations narrowing the primary mapping for a specific HTTP method
method-level annotations narrowing the primary mapping for a specific HTTP
request method ("GET", "POST", etc.) or an HTTP request parameter condition.
The following example from the __Petcare__ sample shows a controller in a Spring MVC
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册