• Tutorials
  • Courses
  • Tracks

Question 5

Last Updated :
Discuss
Comments

Which annotation maps HTTP GET requests to a method in Spring Boot?

@PostMapping

@GetMapping

@RequestMapping(method = POST)

@PathVariable

Share your thoughts in the comments