|
|
@@ -25,6 +25,8 @@
|
|
|
<mybatis-generator.version>1.3.5</mybatis-generator.version>
|
|
|
<mybatis-ehcache.version>1.0.0</mybatis-ehcache.version>
|
|
|
<ehcache.version>2.10.0</ehcache.version>
|
|
|
+
|
|
|
+ <thymeleaf.version>3.0.2.RELEASE</thymeleaf.version>
|
|
|
</properties>
|
|
|
|
|
|
<dependencies>
|
|
|
@@ -164,6 +166,16 @@
|
|
|
<artifactId>hibernate-validator</artifactId>
|
|
|
<version>5.2.2.Final</version>
|
|
|
</dependency>
|
|
|
+ <!-- Thymeleaf -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.thymeleaf</groupId>
|
|
|
+ <artifactId>thymeleaf</artifactId>
|
|
|
+ <version>${thymeleaf.version}</version>
|
|
|
+ </dependency><dependency>
|
|
|
+ <groupId>org.thymeleaf</groupId>
|
|
|
+ <artifactId>thymeleaf-spring4</artifactId>
|
|
|
+ <version>${thymeleaf.version}</version>
|
|
|
+ </dependency>
|
|
|
<!-- servlet -->
|
|
|
<dependency>
|
|
|
<groupId>javax.servlet</groupId>
|