<aside> 💡 Thymeleaf

</aside>

타임리프를 통해 속성을 대체할 수 있다.

Ex>

<input type="text" value="test" th:value="${item}"> 
*<!--th:value 타임리프의 문법을 이용해 value 설정-->*

<aside> 💡 템플릿 엔진?

</aside>

지정된 템플릿 양식과 데이터가 합쳐져 html 문서를 출력하는 소프트웨어.

장점