Update README.md

This commit is contained in:
Amal Joy Chemparathy
2018-10-18 00:49:54 +02:00
committed by GitHub
parent 2c8e26f03c
commit 8a50953e39

View File

@@ -12,3 +12,12 @@ Spring boot app using DDD, CQRS, Kafka etc
* Kafka
* Postgresql
* Docker Compose
#### to build individual service,
./mvnw clean package
#### to build and run all the services,
docker-compose up --build
#### to kill all the running services,
docker-compose rm -v