Files
spring-data-examples/web/example
divya_jnu08 9db9632c4b Migrates web examples to JUnit 5.
Original pull request #602
Related tickest #583
2021-01-29 10:55:40 +01:00
..
2021-01-29 10:55:40 +01:00
2019-03-20 10:10:59 -05: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.