Spring Boot Crud API demonstrates how to implement simple CRUD operations with a 'Employee' entity.
* Spring Core/Data
* Swegger
* H2 to dev profile and PostgreSql to prod profile
* Unit tests for all API Crud Operations
* Migrations using flywayDb
* Docker compose with Postgres and Jdk11
* MVC Pattern
* Maven
To deploy, just run docker-compose.
The endpoints are described at http://localhost:8080/swagger