Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 194 Bytes

File metadata and controls

12 lines (9 loc) · 194 Bytes

Sample microservice using Spring Boot (By Amritendu De.)

Person

  • id
  • name
  • email

APIs

  • /api/person (GET all persons)
  • /api/person (POST a person)
  • /api/person/{id} (GET a person by id)