This post originated from an RSS feed registered with Java Buzz
by justin cater.
Original Post: Spring Data Rest Example
Feed Title: Java Code Geeks
Feed URL: http://feeds.feedburner.com/JavaCodeGeeks
Feed Description: Java 2 Java Developers Resource Center
In the previous few examples we demonstrated how the different spring data modules are configured and their support for the NoSql databases. In this example, I will demonstrate how we can expose our CRUD Repository as a REST Web-Service over the HTTP. We will be using MySQL as the database for this project . However, ...