Skip to content

JonLally/rsql-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Data REST RSQL example

The goal of this project is to find a way to use RSQL alongside Spring Data REST and compliment the findAll (GET /{repository}) with some of the JpaSpecificationExecutor methods. Possibly the best description of what this demo does can be found in the tests.

There are a number of parts to this that require more thought and this is just a basic working solution. Exposing this kind of behavior in an application should be done with great care as anybody could potentially query for any field in an entity.

Reference Documentation

Here are some references that helped me greatly to understand and implement this demo: