-
@RestController @Controller @Repository @Service @Component - stereotype 어노테이션이라고 한다. 코드를 읽는 사람에게 힌트를 준다. - 어노테이션의 가장 큰 목적은 Spring이 컨트롤러로 인지하게 하는 것이다. @RestController @RequestMapping 위 두개는 Spring MVC에서 온 어노테이션이다.