Skip to content

danielrogowski/spring-boot-rest-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring boot example with REST and spring data JPA

Endpoints

Method Url Decription
GET /actuator/info info / heartbeat - provided by boot
GET /actuator/health application health - provided by boot
GET /v2/api-docs swagger json
GET /swagger-ui.html swagger html
GET /v1/person/{id} get person by id
GET /v1/persons get N persons with an offset
PUT /v1/person add / update person

About

Spring boot example with REST and spring data JPA

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.1%
  • Shell 0.9%