HttpMessageConverter2 [Spring Boot] 14 - HttpMessageConverter, Static 리소스 맵핑 Spring Boot 014 - HttpMessageConverter, Static 리소스 맵핑 jackson : Java Object를 JSON로 또는 반대로 변환하는 라이브러리 gson : json 을 생성하고 파싱하는 라이브러리 단축키 Tip: Search everything(including code and menus) (Press Shift twice) RestController는 return 타입을 @ResponseBody 를 붙여준 것이나 다름없습니다. 따라서 RestContoller를 사용한다는 것은 httpMessageConverter를 쓴 것과 동일합니다. String converter는 복합객체에서 사용되지 않습니다. 기본적으로 json 형태로 변환되고, 불러올 클래스에 @XmlRoo.. 2020. 4. 7. [Spring Boot] 13 - Web Application 개발 Spring Boot 013 - Web Application 개발 7. Developing Web Application Spring Boot는 웹 애플리케이션 개발에 아주 잘 어울립니다. HTTP 서버가 내장된 서버를 Tomcat, Jetty, Undertow, Netty 등 내장 프로그램을 사용해서 만들 수 있습니다. 대부분 웹 애플리케이션은 spring-boot-starter-web으로 실행할 수 있습니다. reactive web 애플리케이션은 spring-boot-webflux 모듈을 사용할 수 있습니다. 7.1 Spring Web MVC Framework Spring Web MVC 프레임워크(간단히 Spring MVC라고 부릅니다.)는 "모델 뷰 컨트롤러" 웹 프레임워크입니다. @Controlle.. 2020. 4. 7. 728x90 이전 1 다음