Skip to content

mgabelmann/demo-rest2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

demo-rest2

Spring Boot, Spring Data, REST and H2

Project Information

Modularized Spring Boot project that uses Spring Data and Data REST. Also provides Actuator information like:

localhost:8080/actuator/health

Accessible endpoints using Data REST are:

localhost:8080/helloworld

localhost:8080

localhost:8080/persons

localhost:8080/sexCodes
localhost:8080/sexCodes/M
localhost:8080/sexCodes/F

localhost:8080/persons/X/addresses/

localhost:8080/persons/search?sex=M&date=1900-07-01
localhost:8080/persons/search1?sex=M&date=1900-02-15

localhost:8080/addresses/search/?country=&prov=&city=Bedrock

localhost:8080/groupCodes

localhost:8080/groupTypeCodes

localhost:8080/personAddress/X

Local Usage

You will need to have the maven_pom project installed into your local Maven repository or access to the GitHub repository version.

Maybe GitHub will allow anonymous access to the project repository in the future.

Releases

No releases published

Packages

No packages published

Languages