Build your intuition. Click the correct answer from the options.
In a Spring Boot application, what annotation is used to define a POST endpoint?
Click the option that best answers the question.
- @PostMapping
- @GetMapping
- @PutMapping
- @DeleteMapping
In a Spring Boot application, what annotation is used to define a POST endpoint?