Quickly learn to use Spring @RequestParam annotation to map request query string parameters into controller method arguments
Author: Amit Phaltankar Tutorials
Thanks for visiting. I hope you found the tutorials and code examples helpful. Please post your comments, questions, and suggestions below.
You can also reach out to me on any of the Social platforms listed here.
Happy Coding !!
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
Using Filter on Stream of Maps in Java
Different examples of using plain Java and Java Streams API to filter elements of a Java Map based on given condition
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