querydsl web support

This commit is contained in:
DOHA
2015-11-18 13:08:50 +02:00
parent 56701e3fbc
commit becfced8a8
7 changed files with 123 additions and 6 deletions
+8 -1
View File
@@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.2.6.RELEASE</version>
<version>1.3.0.RELEASE</version>
</parent>
<dependencies>
@@ -92,6 +92,13 @@
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
</dependency>
<!-- deployment -->