Spring @PathVariable Examples

Explore different ways of using Spring @PathVariable annotation to bind request URI Template variables into Spring Controller 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 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