@PutMapping: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 2: Line 2:


* [[Spring MVC Concepts#.40PutMapping|Spring MVC Concepts]]
* [[Spring MVC Concepts#.40PutMapping|Spring MVC Concepts]]
* [[Spring_REST_Concepts#Update_a_Resource|Spring REST Concepts]]


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


=REST=
==HTTP PUT Semantics for REST Applications==


=HTTP PUT Semantics for REST Applications=
{{Internal|REST_and_Hypermedia#PUT|HTTP PUT Semantics for REST Applications}}
{{Internal|REST_and_Hypermedia#PUT|HTTP PUT Semantics for REST Applications}}

Revision as of 01:43, 13 March 2019

Internal

Overview

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

REST

HTTP PUT Semantics for REST Applications

HTTP PUT Semantics for REST Applications