@RequestMapping: Difference between revisions
Jump to navigation
Jump to search
(→TODO) |
|||
Line 4: | Line 4: | ||
=Overview= | =Overview= | ||
General purpose request handling, that can be configured with the type of request to intercept and with the path to respond to. | |||
=TODO= | =TODO= |
Revision as of 03:17, 12 October 2018
Internal
Overview
General purpose request handling, that can be configured with the type of request to intercept and with the path to respond to.
TODO
@RequestMapping("/something")
@RequestMapping(method=RequestMethod.GET)