Backend/Spring+Boot

@RestController

findmypiece 2021. 4. 27. 09:20
728x90

@RestController 은 @Controller+@ResponseBody 이고 @ResponseBody 는 리턴하는 객체가 ModelAndView 경우 빈 또는 리소스를 검색하고 그 외 객체를 리턴할 경우 jackson 리졸버를 매핑한다.

728x90

'Backend > Spring+Boot' 카테고리의 다른 글

Request 정보 Logging 하기  (0) 2021.05.04
크로스 도메인 이슈  (0) 2021.04.29
@ResquestParam, @RequestBody 와 Get, Post  (0) 2021.04.26
threadContextInheritable  (0) 2021.04.23
RequestContextHolder  (0) 2021.04.23