Starter for building web applications with Thymeleaf templating in Spring Boot.
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
<version>4.0.3</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
A Spring MVC controller that renders a Thymeleaf template.
Use the same major version of Thymeleaf as recommended by your Spring Boot version.
No dependency data recorded yet.