The configurations server service.
cd configurations-service
mvn clean spring-boot:run
cd configurations-service
mvn clean package
docker build -t e-procure/configurations-service .
docker run -d -p 8888:8888 e-procure/configurations-service:latest