839 B
--------------------------------- CustomerOrderApp installation steps----------------------------------
-
Clone or download sample project from GitHub repo: https://github.com/eugenp/tutorials/tree/master/spring-boot-modules/spring-boot-microservices
-
Unzip project folder to local disk for example to: C:/baeldung-tutorials/spring-boot-microservices/customer-order-app
-
Run
mvn clean install -DskipTests=true
-
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 located in the postman folder in project root
-
Verify successful request from the POSTMAN to http://localhost:8001/customer-service/order