본문 바로가기
Spring boot Web project/기타

[Spring] 스프링 부트 Web project thymeleaf 설정

by 데구르르르 2020. 2. 18.
728x90

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>
728x90

댓글