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 HTML, XML, JavaScript, CSS, 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:
- HTML
- XML
- TEXT
- JAVASCRIPT
- CSS
- RAW
- 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
- 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
Comments
Post a Comment