RequestBody1 Restful Web Service with Spring 기존의 MVC controller - 지금까지의 Controller는 스트링(view로지컬 네임)을 리턴 RESTful Web Service Controller - 객체를 리턴 -> 객체는 JSON/XML포멧으로 Http Response의 Body부분에 담겨서 리턴된다. -> Spring에서 REST API 구현을 위해 알아야 할 것들 @RestController, @RequestBody, @PathVariable, ResponseEntity(자료구조) ※ 이제 JSON형태로 파싱하고 넘겨주고 해야 하기 때문에 프런트 엔드 부분도 개발할 필요가 있다. ※ Http response의 구성요소 Status Line : status Code header Body 1. @ResponseBody Annotatio.. 2020. 4. 20. 이전 1 다음