0

Подключаем Freemarker

This commit is contained in:
2017-04-09 22:43:56 +03:00
parent f206f03133
commit 8fee91a915
4 changed files with 53 additions and 3 deletions

10
pom.xml
View File

@@ -102,6 +102,11 @@
<artifactId>spring-webmvc</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
<version>${spring.version}</version>
</dependency>
<!-- COMPONENTS -->
<dependency>
@@ -130,6 +135,11 @@
<artifactId>lombok</artifactId>
<version>1.16.16</version>
</dependency>
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
<version>2.3.23</version>
</dependency>
<!-- TESTS -->
<dependency>