#128 - Upgraded to Spring Data Gosling GA.

Spring Boot 1.3.0 M2 -> 1.3.0 M4
Spring Framework 4.2.0 -> 4.2.1
This commit is contained in:
Oliver Gierke
2015-09-01 13:45:19 +02:00
parent 9a91c4073f
commit 0c1bee04b3
11 changed files with 15 additions and 34 deletions

View File

@@ -21,7 +21,7 @@ import lombok.RequiredArgsConstructor;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Pageable;
import org.springframework.data.web.querydsl.QuerydslPredicate;
import org.springframework.data.querydsl.binding.QuerydslPredicate;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.util.MultiValueMap;