Thymeleaf Crash Course

Kamer Elciyar
8 min readFeb 23, 2020

If you are not a Medium Member you can read it here.

Hello! In this article I will explain what template engine is and give you a crash course about Thymeleaf with Spring Boot. My main resources are official documentations which are published under the title of Thymeleaf 3.0 and Thymeleaf+Spring. Github repo is also available at the end of the article.

1.Theoretical
1.1 What is Thymeleaf?
1.2…

--

--