Skip to content
This repository was archived by the owner on Jun 10, 2023. It is now read-only.

Latest commit

 

History

History
5 lines (4 loc) · 516 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 516 Bytes

Spring Data REST + AngularJS example

This example uses Spring Data REST for easily creating RESTful webservices by writing a model and your repository (interface). On the front-end side this application uses AngularJS and angular-spring-data-rest for handling the Spring HATEOAS response.

Make sure you follow the tutorial for creating apps like this.