Spring Boot : Annotations
1. @Controller Annotation This annotation provides Spring MVC features. It is used to create Controller classes and it handles the HTTP requests. 2. @RequestMapping Annotation This annotation is used to map the HTTP requests with the handler methods inside the controller class. 3. @RestController Annotation This annotation is used to