Thymeleaf is a Java-based server-side template engine. It deals with HTML5, XML and XHTML etc. Thymeleaf can work in web […]
Category: Spring Boot
How to browse the map in Thymeleaf
Thymeleaf is a very popular template engine. It is widely used with Spring Boot applications. We can easily pass data […]
How to iterate over a list in Thymeleaf
The list is most commonly used collection in Java. We often need to send items from a list to a […]