This service manages the system setups and configurations.
cd setups-service
mvn clean spring-boot:run
cd setups-service
mvn clean package
docker build -t e-procure/setups-service .
docker run -d -p 8084:8084 -e "SPRING_PROFILES_ACTIVE=prod" e-procure/setups-service:latest