Thymeleaf Tutorial

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.
It's commonly used to generate HTML views for web apps.
Thymeleaf template engine is commonly used with the Spring MVC framework to develop web applications.

Thymeleaf Tutorials and Examples

  1. Introducing Thymeleaf | Thymeleaf Template | Thymeleaf Template Engine
  2. Thymeleaf Example with Spring Boot
  3. Thymeleaf Attributes
  4. Spring Boot 3 Thymeleaf Example
  5. How to Add CSS and JS to Thymeleaf
  6. Add Bootstrap CSS to Thymeleaf
  7. How to handle null values in Thymeleaf?
  8. How to Loop a List by Index in Thymeleaf
  9. Thymeleaf Array Example - Array Index, Array Iteration
  10. Thymeleaf Enums Example
  11. Thymeleaf If Else Condition Example
  12. Thymeleaf Switch Case Example

Thymeleaf Standard Expressions

  1. Thymeleaf Standard Expressions
  2. Thymeleaf th:text Attribute
  3. Thymeleaf Variable Expression
  4. Thymeleaf Selection Expression
  5. Thymeleaf Message Expression
  6. Thymeleaf Link Expression
  7. Thymeleaf Fragment Expression

Spring Boot + Thymeleaf Tutorials

  1. Spring Boot Thymeleaf Example Tutorial
  2. Spring Boot CRUD Web Application with Thymeleaf, Spring MVC, Spring Data JPA, Hibernate, MySQL
  3. Pagination and Sorting with Spring Boot, ThymeLeaf, Spring Data JPA, Hibernate, MySQL
  4. Spring Security Tutorial with Spring Boot, Spring Data JPA, Thymeleaf and MySQL Database
  5. Spring Boot Thymeleaf CRUD Example Tutorial
  6. Spring Boot 2 - Spring MVC + Thymeleaf Input Form Validation
  7. Spring Boot 2 + Role-Based Spring Security + JPA + Thymeleaf + MySQL Tutorial
  8. User Registration Module using Spring Boot + Spring MVC + Spring Security + Hibernate 5 + Thymeleaf + MySQL

Spring Boot + Thymeleaf Real-Time Projects

  1. Spring Boot Thymeleaf CRUD Database Real-Time Project - PART 1
  2. Spring Boot Thymeleaf CRUD Database Real-Time Project - PART 2
  3. Spring Boot Thymeleaf CRUD Database Real-Time Project - PART 3
  4. Spring Boot Thymeleaf CRUD Database Real-Time Project - PART 4
  5. Spring Boot Thymeleaf CRUD Database Real-Time Project - PART 5
  6. Spring Boot Thymeleaf CRUD Database Real-Time Project - PART 6
  7. Spring Boot Thymeleaf CRUD Database Real-Time Project - PART 7

Comments