ebfae11149 | ||
---|---|---|
.. | ||
customer-service | ||
order-service | ||
payment-service | ||
postman | ||
src/main/java/com/baeldung | ||
README.md | ||
pom.xml |
README.md
--------------------------------- CustomerOrderApp installation steps----------------------------------
-
Clone or download sample project from GitHub repo: https://github.com/eugenp/tutorials/tree/master/spring-boot-modules/customer-order-app
-
Unzip project folder to local disk for example to: C:/baeldung-tutorials/customer-order-app
-
Run
mvn clean install -DskipTests=true
-
Navigate to payment-service/payment-server module folder and type
mvn spring-boot:run
-
Open another CMD PROMPT window. Navigate to order-service/order-server module folder and type
mvn spring-boot:run
-
Open another CMD PROMPT window. Navigate to customer-service module folder and type
mvn spring-boot:run
-
Launch the Postman application from your machine and import the collection of POST requests located in the postman folder