html 파일로 사용시 맨 위줄 html 태그에 추가
<html lang="kor" xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org"
xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout">
dependency 추가
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
'Spring boot Web project > 기타' 카테고리의 다른 글
[Spring] 스프링 개발을 위한 STS 설치 및 Spring Web Project 생성 (0) | 2020.02.23 |
---|---|
Layout 시 유용한 CSS (0) | 2020.02.19 |
[Frontend Framework] 참고할 만한 사이트 - tree view 위주 (0) | 2020.02.18 |
[Spring] 스프링 부트 Web project 기타 file 설정 (0) | 2020.02.13 |
댓글