@RequestMapping: Difference between revisions
Jump to navigation
Jump to search
(→TODO) |
|||
Line 10: | Line 10: | ||
@RequestMapping("/something") | @RequestMapping("/something") | ||
@RequestMapping(method=RequestMethod.GET) | @RequestMapping(method=RequestMethod.GET) | ||
</ | </syntaxhighlight> |
Revision as of 03:16, 12 October 2018
Internal
Overview
TODO
@RequestMapping("/something")
@RequestMapping(method=RequestMethod.GET)