Anotaciones Spring MVC - Controller @ControllerAnnotation to indicate that the class is a controller class.@RestControllerA convenience annotation that is itself annotated with @Controller and @ResponseBody. Used in controllers that will behave as RESTful …