Tagged “DeleteMapping annotation in Spring”

Spring Framework - New RequestMapping annotations

07 Jan, 2017

There are some new improvements in Spring Boot 1.4 and Spring 4.3 which lead to a better readability and some use of annotations, particularly with HTTP request methods. @GetMapping, @PutMapping, @DeleteMapping, @PostMapping have been introduced.

Tags:

See all tags.