Minor doc update

Issue: SPR-12375
This commit is contained in:
Rossen Stoyanchev
2014-10-27 17:27:24 -04:00
parent 584b831bb9
commit a377878038

View File

@@ -30298,6 +30298,11 @@ application shows a multi-action controller using `@RequestMapping`:
}
----
The above example does not specify GET vs. PUT, POST, and so forth, because
`@RequestMapping` maps all HTTP methods by default. Use `@RequestMapping(method=GET)`
to narrow the mapping.
[[mvc-ann-requestmapping-proxying]]
===== ++@Controller++'s and AOP Proxying