요청에 대한 응답을 줄 때 동적으로 응답에 대한 HTTP 상태코드를 지정할 수 있다.
// example new ResponseEntity<String>("Hello World",responseHeaders, HttpStatus.CREATED))
객체를 json으로 변환할 때(ObjectMapper) getter를 사용하기 때문에 없으면 에러가 발생한다. 직접 경험했다... 조심하자...