Spring
Data Rest provides REST APIs for you out of the box.
At
application startup, Spring Data Rest look for the repositories in the
application and create Rest controller for the repositories. with this, you no
need to expose REST end points explicitly.
Prerequisite
Spring
Data REST relies on Spring Data and spring core projects. So basic idea of
spring data and spring core helps.
Reference
No comments:
Post a Comment