Writing our First Template
Learn how to create a Thymeleaf template from scratch.
We’ll start by creating a new Spring Boot project. The code is given at the end of this lesson for reference.
The index.html
file
Let’s add a new HTML page at src/main/resources/templates
called index.html
:
Access this course and 1400+ top-rated courses and projects.