✦ 정적 컨텐츠 ✦ MVC 템플릿 엔진 ✦ API https://docs.spring.io/spring-boot/docs/2.3.1.RELEASE/reference/html/spring-boot-features.html#boot-features-spring-mvc-static-content ✔︎정적컨텐츠 html 그대로~ 웹브라우저>톰캣>컨트롤러x>resources:static/hello-static.html ✔︎ MVC 템플릿 엔진 MVC : Model, View, Controller required=false로 하면 name값이 없어도 실행됨 ✔︎ API 인텔리제이 단축키 control+enter -> getter and setter @ResponseBody 를 사용 HTTP의 BODY에 문자 내용을..