1 Answers
In order to use Thymeleaf we must add it into our pom.xml file like:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
For more information click here.
In order to use Thymeleaf we must add it into our pom.xml file like:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
For more information click here.