- Import this project as a Maven project.
- Run the sql script in the database to create employee table.
- Run application as a Java application.
Test the API with client tool such as Postman to perform various CRUD operations (Create, Read, Update and Delete).
- GET : /api/employees
- GET : /api/employees/{employeeId}
- POST : /api/employees
- PUT : /api/employees
- DELETE : /api/employees/{employeeId}
(This project is a part of the course Spring & Hibernate for Beginners (includes Spring Boot) by Chad Darby)