Thymeleaf
Thanks to the implementation of RequestDataValueProcessor interface in Thymeleaf, Hdiv support is straightforward.
- Follow configuration steps for Spring MVC installation.
- Add Hdiv jar for Thymeleaf
<dependency> <groupId>org.hdiv</groupId> <artifactId>hdiv-thymeleaf</artifactId> <version>${hdiv.version}</version> </dependency>