This example shows some of the Spring Data integration features with Spring MVC.
- See how we plug into Spring MVC to create
Pageableinstances from request parameters inUserController.users(…). - See how interfaces can be used to bind request payloads in
UserController.UserForm. Spring Data creates aMap-backed proxy for you to easily create form-backing objects.