
파일을 그대로 웹 브라우저에 내려준다.
main/resorces/static/hello-static.html

http://localhost:8080/hello-static.html
MVC: Model, View, Controller


localhost:8080/hello-mvc?name=ttaho를 보내면 파라미터로 넘어온 name을
hello-template.html의 name값에 ttaho를 넣어서 보낸 후 hello-template.html를 보여준다


@ResponseBody를 사용
