Thymeleaf 사용방법
볼빵빵오춘기
Springboot 설정 Maven에서 설정 (pom.xml에서 아래 코드 추가) org.springframework.boot spring-boot-starter-thymeleaf gradle에서 설정 (build.gradle - dependencies에 아래 코드 추가) dependencies { // thymeleaf implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' } HTML 설정 xmlns:th="http://www.thymeleaf.org" 을 넣어줌으로써 나는 Thymeleaf 사용할꺼야 라는 의미이다.