@RequestMapping: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Spring MVC Concepts =Overview=") |
|||
Line 4: | Line 4: | ||
=Overview= | =Overview= | ||
=TODO= | |||
<syntaxhighlight lang='java'> | |||
@RequestMapping("/something") | |||
@RequestMapping(method=RequestMethod.GET) | |||
</syntaxhighligh> |
Revision as of 03:15, 12 October 2018
Internal
Overview
TODO
<syntaxhighlight lang='java'> @RequestMapping("/something") @RequestMapping(method=RequestMethod.GET) </syntaxhighligh>