@GetMapping: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Spring MVC Concepts")
 
Line 2: Line 2:


* [[Spring MVC Concepts]]
* [[Spring MVC Concepts]]
=Overview=
The annotation indicates that the annotated method handles GET request for the path provided as argument of the annotation.

Revision as of 00:55, 11 October 2018

Internal

Overview

The annotation indicates that the annotated method handles GET request for the path provided as argument of the annotation.