A simple microservice with responsibility for routing and auditing messages
- Java 8
- Docker
- RabbitMQ
- MongoDB
This command will setup RabbitMQ and MongoDB images on your docker container.
docker-compose up -d
./gradlew clean build -i
./gradlew clean build -x test bootRun