From 544f669b8d9e518ad5d2e080d8df9d96ae93306c Mon Sep 17 00:00:00 2001 From: Julian Horner <julianhorner@web.de> Date: Wed, 1 Jan 2020 16:17:09 +0100 Subject: [PATCH] Add thymeleaf to project --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index ee7f92e..09d57c0 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> -- GitLab