All the following commands are to be executed in the root directory of the project.
Make the jar file with
mvn clean package
Start the application using
docker-compose up
To stop the running application use either Ctrl + C
or
docker-compose stop
or delete the created containers with
docker-compose down