tree: 481c8d5a3719a42f18d42ed93186cf328d7089ba
  1. kubernetes/
  2. src/
  3. .gitignore
  4. docker-compose.yml
  5. LICENSE
  6. pom.xml
  7. README.md
docs-source/docs/modules/microservices-tutorial/examples/shopping-analytics-service-java/README.md

Running the sample code

  1. Start a first node:

    mvn compile exec:exec -DAPP_CONFIG=local1.conf
    
  2. Start shopping-cart-service and add item to cart

  3. Notice the log output in the terminal of the shopping-analytics-service