Spring Boot This is a simple sprint boot application using spring JPA and mysql as DB. It takes care of 4 rest services :-
- SaveEmployee
- GetAllEmployees
- GetEmployeeById
- DeleteEmployeeById
This application also takes care of API versioning :-
- /v1 which interacts with in-memory List to store data
- /v2 which interacts with mysql DB