#124 - Added sample for Querydsl integration.
Move web project to web/example and add web/querydsl as a dedicated one demonstrating the QueryDSL Predicate usage in Spring MVC.
This commit is contained in:
committed by
Oliver Gierke
parent
a999bed747
commit
97eefb0afc
6
web/example/README.md
Normal file
6
web/example/README.md
Normal file
@@ -0,0 +1,6 @@
|
||||
# Spring Data - web support example
|
||||
|
||||
This example shows some of the Spring Data integration features with Spring MVC.
|
||||
|
||||
1. See how we plug into Spring MVC to create `Pageable` instances from request parameters in `UserController.users(…)`.
|
||||
2. See how interfaces can be used to bind request payloads in `UserController.UserForm`. Spring Data creates a `Map`-backed proxy for you to easily create form-backing objects.
|
||||
Reference in New Issue
Block a user