0

Шаблонизатор Thymeleaf

This commit is contained in:
2017-12-26 15:08:07 +03:00
parent 682cd47a54
commit 2c4ca9fec0
5 changed files with 77 additions and 17 deletions

View File

@@ -71,6 +71,12 @@
<artifactId>lombok</artifactId>
<version>1.16.16</version>
</dependency>
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf-spring4</artifactId>
<version>3.0.9.RELEASE</version>
</dependency>
</dependencies>
<build>