Skip to content

kmcgivern/familytree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

springhibernate

sample spring hibernate project for reference

Uses Spring Boot so to run do the following

at springhibernate directory level mvn clean install

cd rest mvn spring-boot:run

POST the following JSON to http://localhost:9000/people

{ "firstName" : "Bob", "middleName" : "Chaz", "lastName" : "Davids", "birthDate" : { "day":2, "month": 2, "year":1767 } }

then navigate to

http://localhost:9000/people?Id=1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages