Skip to content

05.5) Spring MVC

choi jae ho edited this page Jun 1, 2021 · 1 revision

📋 6. Spring MVC

image

  • thymeleaf 사용

Static Content

  • 정적인 자원
  • /static or /public directory로 만든다.
  • HTML, CSS, Javascript, images, etc, ...

Templates

image

  • template engines : Thymeleaf, FreeMarker, Mustache
  • Thymeleaf is a popular template engine
  • Thymeleaf Engine will parse Thymeleaf Template. - It uses Java data to replace the positions marked on the Thymeleaf Template 
  • 데이터와 틀을 컴비네이션해서 view를 만든다.