Update README.md
This commit is contained in:
committed by
GitHub
parent
2c8e26f03c
commit
8a50953e39
@@ -12,3 +12,12 @@ Spring boot app using DDD, CQRS, Kafka etc
|
|||||||
* Kafka
|
* Kafka
|
||||||
* Postgresql
|
* Postgresql
|
||||||
* Docker Compose
|
* 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
|
||||||
|
|||||||
Reference in New Issue
Block a user