@DeleteMapping: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Spring MVC Concepts =Overview=")
 
No edit summary
Line 1: Line 1:
=Internal=
=Internal=


* [[Spring_MVC_Concepts#Controller|Spring MVC Concepts]]
* [[Spring MVC Concepts#.40DeleteMapping|Spring MVC Concepts]]


=Overview=
=Overview=
The annotation may also contain a sub-path relative to the class-level base path, usually configured with [[@RequestMapping]].

Revision as of 04:24, 12 October 2018

Internal

Overview

The annotation may also contain a sub-path relative to the class-level base path, usually configured with @RequestMapping.