Java Thymeleaf Template Tutorial | Crash Course

In this course, you will learn Thymeleaf basics and fundamentals with Spring Boot.

Thymeleaf is a modern server-side Java template engine for both web and standalone environments, capable of processing HTMLXMLJavaScriptCSS, and even plain text.
The main goal of Thymeleaf is to provide an elegant and highly-maintainable way of creating templates.
Out-of-the-box, Thymeleaf allows you to process six kinds of templates, each of which is called a Template Mode:
  1. HTML
  2. XML
  3. TEXT
  4. JAVASCRIPT
  5. CSS
  6. RAW

Video

What you will learn? 

- What is Thymeleaf

- What kind of templates can Thymeleaf process?

- What is a Thymeleaf template?

- Thymeleaf HTML templates Example

- Thymeleaf Engine works

- Where's a Thymeleaf template processed?

- Thymeleaf Spring Boot HelloWorld Example

- Adding CSS and JS files to Thymeleaf

- Add and use the bootstrap CSS library to Thymeleaf

- Looping or Iteration in Thymeleaf

- Thymeleaf Conditionals - if, unless and switch case

Blog Post


Comments