Architected an event-driven e-commerce platform with Spring Cloud microservices, Kafka, and Circuit Breaker, deployed on Kubernetes
- Run
mvn clean package -DskipTests
to build the applications and create the docker image locally. - Run
docker-compose up -d
to start the applications.
- Run
mvn clean verify -DskipTests
by going inside each folder to build the applications. - After that run
mvn spring-boot:run
by going inside each folder to start the applications.