added thymeleaf

This commit is contained in:
simongig 2019-11-19 17:09:50 +01:00
parent 274a3a32f2
commit 92cdbf4960

View File

@ -17,6 +17,12 @@
</dependency>
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf</artifactId>
<version>3.0.11.RELEASE</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>