Which annotation maps HTTP GET requests to a method in Spring Boot?
@PostMapping
@GetMapping
@RequestMapping(method = POST)
@PathVariable
This question is part of this quiz :