This repository contains a basic spring boot application that can be run in a docker container.
Run the following commands to set up the containers and access the api at localhost:8090
- mvnw clean install
- docker-compose up --detach --build
- docker-compose stop