Spring Request Parameters with Thymeleaf 1. Introduction In our article Introduction to Using Thymeleaf in Spring, we saw how to bind user input to objects. We used th:object and th:field in the Thymeleaf template and @ModelAttribute in the controller to bind data to a Java object. In this article, we’ll look… Continue Reading spring-thymeleaf-request-parameters

Changing the Thymeleaf Template Directory in Spring Boot 1. Introduction Thymeleaf is a template engine that we can use for our Spring Boot applications. As with many things, Spring Boot provides a default location where it expects to find our templates. In this short tutorial, we’re going to look at… Continue Reading spring-thymeleaf-template-directory