项目作者: sureshatcode

项目描述 :
Sample App for Spring Hateoas
高级语言: Java
项目地址: git://github.com/sureshatcode/spring-hateoas-sample.git
创建时间: 2016-12-28T12:22:08Z
项目社区:https://github.com/sureshatcode/spring-hateoas-sample

开源协议:

下载


spring-hateoas-sample Build Status

Sample App for Spring Hateoas with Hibernate
Once done the application setup, we have to run the Application.java file with Run as Java application option. It will trigger the tomcat server in port 8080.

Rest API URL’s:
Get All Users: http://localhost:8080/users
Response:

  1. [{“fullName”:”Suresh Palanisamy”,”emailAddress”:”suresh@revature.com”,”age”:20,”userId”:1,”links”:[]},{“fullName”:”Suresh”,”emailAddress”:”suresh@yopmail.com”,”age”:21,”userId”:2,”links”:[]},{“fullName”:”Siva”,”emailAddress”:”siva@test.com”,”age”:22,”userId”:3,”links”:[]}]