@RestController

목차 Controller와 RestController의 차이점 Spring MVC의 Work Flow @RestController 개념 및 예제 ResponseEntity 개념 및 예제 일반적인 API는 반환하는 리소스에 Value값만 있지 않습니다. 상태코드, 상태 메시지 등등 데이터들이 있는데 이러한 Data를 return하는 것을 주용도로 사용하는 것이 ResponseEntity 클래스 입니다. 먼저 ResponseEntity를 배우기 전에 Controller와 RestController의 차이점을 알아보겠습니다. 1. Controller와 RestController의 차이점 - Spring MVC Controller와 Restful Controller의 가장 큰 차이점은 HTTP Response ..
코딩무니
'@RestController' 태그의 글 목록