RestController1 @RestController A convenience annotation that is itself annotated with @Controller and @ResponseBody. Types that carry this annotation are treated as controllers where @RequestMapping methods assume @ResponseBody semantics by default. @Controller 및 @ResponseBody로 자체 주석이 달린 편리한 주석. 이 주석을 포함하는 유형은 @RequestMapping 메서드가 기본적으로 @ResponseBody 의미 체계를 띠고 있는 컨트롤러로 처리됩니다. @RestController를 입은 컨트롤러는 요청 매핑 애노테이션을 붙인 메서드의 리턴으.. 2022. 10. 6. 이전 1 다음