1. Thymeleaf

// Thymeleaf Dependency => Gradle
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'

// html file => Thymeleaf Template
<html lang="ko" xmlns:th="<http://www.thymeleaf.org>">

2. Thymeleaf - 용어정리