[스프링 부트] chapter 20. 스프링 웹 MVC 7부 Thymeleaf

스프링 웹 MVC 7부 Thymeleaf

스프링 부트가 자동 설정을 지원하는 템플릿 엔진

JSP를 권장하지 않는 이유

Thymeleaf 사용하기

의존성 추가

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>

템플릿 파일 위치

/src/main/resources/template/

예제 주소

https://www.thymeleaf.org/doc/articles/standarddialect5minutes.html

https://github.com/thymeleaf/thymeleafexamples-stsm/blob/3.0-master/src/main/webapp/WEB-INF/templates/seedstartermng.html