You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
정적 컨텐츠
/resouce/static/hello-static.htmlMVC와 템플릿 엔진
@RequestParam(value = "name")
View
MVC, 템플릿 엔진 이미지
API
@ResponseBody를 사용하면 뷰 리졸버(viewResolver)를 사용하지 않음대신에 HTTP의 BODY에 문자 내용을 직접 반환(HTML BODY TAG를 말하는 것이 아님)
http://localhost:8080/hello-string?name=spring실행@responsebody 객체 반환
@responsebody 반환 원리
viewResolver대신에HttpMessageConverter가 동작StringHttpMessageConverterMappingJackson2HttpMessageConverterBeta Was this translation helpful? Give feedback.
All reactions