We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
Sample REST CRUD API with Spring Boot, Mysql, JPA and Hibernate.
The app defines following CRUD APIs.
GET /api/employee
POST /api/employee
GET /api/employee/{Id}
PUT /api/employee/{Id}
DELETE /api/employee/{Id}