This project demonstrates the best practises to be followed when developing a spring boot project.
- Docker
- Docker compose
- Java 11
- Maven 3
Build the jar using command,
mvn clean install -DskipTests
Start the application with the command,
docker-compose up