@RequestMapping: Difference between revisions

From NovaOrdis Knowledge Base
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>