Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreI'm pleased to announce the release of Spring Data REST 1.0.0.RC2! Beyond a number of bug fixes, this release adds support for JSONPE (JSONP with error handling), the ability to turn off CRUD methods with the @RestResource annotation, and is now built and tested against the Servlet 3.0 API (though it is not yet 3.0 specific, so will still work fine in Servlet 2.5 containers).
New functionality includes:
CrudRepository
you want to turn off and annotate it with @RestResource(exported = false)
.New or updated documentation includes:
Starter Web Application | Wiki | Release Notes
To learn more about the project, visit the Spring Data REST homepage, or visit the Github repository to download the source.