-
Notifications
You must be signed in to change notification settings - Fork 0
05.5) Spring MVC
choi jae ho edited this page Jun 1, 2021
·
1 revision
- thymeleaf 사용
- 정적인 자원
- /static or /public directory로 만든다.
- HTML, CSS, Javascript, images, etc, ...
- 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를 만든다.