From the course: Spring Boot 2.0 Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Thymeleaf templates

Thymeleaf templates

From the course: Spring Boot 2.0 Essential Training

Start my 1-month free trial

Thymeleaf templates

- [Instructor] In this course, we're going to use Thymeleaf templates for our view. Thymeleaf has a big benefit of being valid HTML as well as a template itself, and this allows you to build a template and style it outside of the web application, and then just populate it with data. So let's get started with a new web application and build our Thymeleaf template. Now, I'm going to use a plugin built into my IDE to build the rest of the modules for this course. Of course, if you don't have a plugin in your IDE, go to start.spring.io, create the project, bring it into your IDE, and then start using it. You're going to see the exact same options on the web as I am in my plugin, because of course it's all based on the same web service. So let me go add a new module, and I'm going to use Spring Initializer. Now, for this one, we're going to create a group name of com.frankmoley.lil.sbet.landon, and this is going to be called…

Contents