employees-RESTfull-APIs 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}