Tutorial: Using Thymeleaf

Thymeleaf

HTML 코드를 유지하면서, 서버에서 클라이언트로 응답할 브라우저 화면을 만들어주는 역할

[Spring Boot] Thymeleaf 란? 타임리프 문법 정리

Serving Web Content with Spring MVC

[spring boot] 아주 간단하게 Thymeleaf 사용해보기

기본 설정값 (spring에 Thymeleaf 주입시 기본 설정값)

기본문법

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