The notifications management service.
cd notifications-service
mvn clean spring-boot:run
cd notifications-service
mvn clean package
docker build -t e-procure/notifications-service .
docker run -d -p 8085:8085 e-procure/notifications-service:latest