Spring Controller – Spring MVC Controller
URL: https://www.progressiverobot.com/spring-controller-spring-mvc-controller/ Spring Controller annotation is a specialization of [@Component](/community/tutorials/spring-component) annotation. Spring Controller annotation is typically used in combination with annotated handler methods based on the RequestMapping annotation. Spring Controller Spring Controller annotation can be applied on classes only. It's used to mark a class as a web request handler. It's mostly used with [Spring […]