Skip to content

sureshatcode/spring-hateoas-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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:

[{"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":[]}]

About

Sample App for Spring Hateoas

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published