tree: 62acd26329b13dabb12c2e36e829ed5d74ef5cc4
  1. ddl-scripts/
  2. kubernetes/
  3. src/
  4. .gitignore
  5. docker-compose.yml
  6. LICENSE
  7. pom.xml
  8. README.md
docs-source/docs/modules/microservices-tutorial/examples/00-shopping-cart-service-java/README.md

Running the sample code

  1. Start a first node:

    mvn compile exec:exec -DAPP_CONFIG=local1.conf
    
  2. (Optional) Start another node with different ports:

    mvn compile exec:exec -DAPP_CONFIG=local2.conf
    
  3. Check for service readiness

    curl http://localhost:9101/ready