diff --git a/pom.xml b/pom.xml index ee7f92ed5b3e3e92ac8b98dec902b132021cc1f4..09d57c038b2def99c28245e35013afb83b60a59b 100644 --- a/pom.xml +++ b/pom.xml @@ -23,6 +23,10 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-thymeleaf</artifactId> + </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId>