Sample microservice using Spring Boot (By Amritendu De.)
Person
- id
- name
APIs
- /api/person (GET all persons)
- /api/person (POST a person)
- /api/person/{id} (GET a person by id)
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Sample microservice using Spring Boot (By Amritendu De.)
Person
APIs