Files
spring-data-examples/web/example
Oliver Gierke d854c6d084 #342 - Expanded copyright headers to 2018.
Removed trailing whitespace in touched files.
2018-02-22 11:42:57 +01:00
..

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.