Spring Boot Cloud Microservices (Development Mode) Run the following command from the root directory to generate .jar for all your services. mvn clean install Run the following command from the root directory to start docker containers. docker-compose up -d