java-tutorials/spring-boot-modules/spring-boot-microservices
Sasa M ebfae11149 Customer order application project 2020-05-28 01:12:42 +02:00
..
customer-service Customer order application project 2020-05-28 01:12:42 +02:00
order-service Customer order application project 2020-05-28 01:12:42 +02:00
payment-service Customer order application project 2020-05-28 01:12:42 +02:00
postman Customer order application project 2020-05-28 01:12:42 +02:00
src/main/java/com/baeldung Customer order application project 2020-05-28 01:12:42 +02:00
README.md Customer order application project 2020-05-28 01:12:42 +02:00
pom.xml Customer order application project 2020-05-28 01:12:42 +02:00

README.md

--------------------------------- CustomerOrderApp installation steps----------------------------------

  1. Clone or download sample project from GitHub repo: https://github.com/eugenp/tutorials/tree/master/spring-boot-modules/customer-order-app

  2. Unzip project folder to local disk for example to: C:/baeldung-tutorials/customer-order-app

  3. Run mvn clean install -DskipTests=true

  4. Navigate to payment-service/payment-server module folder and type mvn spring-boot:run

  5. Open another CMD PROMPT window. Navigate to order-service/order-server module folder and type mvn spring-boot:run

  6. Open another CMD PROMPT window. Navigate to customer-service module folder and type mvn spring-boot:run

  7. Launch the Postman application from your machine and import the collection of POST requests located in the postman folder