Explore different ways of using Spring @PathVariable annotation to bind request URI Template variables into Spring Controller arguments
Spring Web Tutorials
Learn to build secure web applications using Spring Web Framework.
Spring @RequestParam Annotation with Examples
Quickly learn to use Spring @RequestParam annotation to map request query string parameters into controller method arguments
Enabling CORS in Spring Data REST
Tutorial on enabling, configuring, and customizing Cross Origin Resource Sharing (CORS) in Spring Data REST resources with examples. Overview Spring Data REST help us build RESTFul Web Services, while avoiding […]
Spring Data REST Projections and Excerpts
Learn to create custom views of repository resources using Spring Data REST Projections and Excerpts with the help of examples
Spring Data REST Example
Practical guide to create Spring Boot and Spring Data REST application from scratch and expose RESTFul web service within minutes
Spring Data REST Guide
Spring DATA REST documentation and a detailed guide to available resource endpoints, HTTP methods, profile and pagination