Simple Spring Boot Web Application Template. Swagger could be checked o URL http://localhost:8081/swagger-ui/index.html
Includes:
- Mapstruct setup - Done
- Lombok setup - Done
- Spring JPA setup for tests (h2 in memory) - Done
- Spring JPA setup for application (postgres) - Donw
- Pagination setup - Done
- Integration tests - Done
- Unit tests - Done
- Jacoco Test Report - Done
- Docker-compose setup - Done
- Docker image build - TODO
- Spring Validation - Done
- Jackson Views Configuration - Done