@controller vs @restcontroller https://mangkyu.tistory.com/49 [Spring] @Controller와 @RestController 차이 Spring에서 컨트롤러를 지정해주기 위한 어노테이션은 @Controller와 @RestController가 있습니다. 전통적인 Spring MVC의 컨트롤러인 @Controller와 Restuful 웹서비스의 컨트롤러인 @RestController의 주요한 차이점 mangkyu.tistory.com what is spring bean? https://engineerinsight.tistory.com/44 [Spring] Spring Core(1): 스프링 빈(Spring Bean)의 개념, Component, Contro..