2020-05-28 01:12:42 +02:00
|
|
|
--------------------------------- CustomerOrderApp installation steps----------------------------------
|
|
|
|
|
2020-06-07 01:56:45 +02:00
|
|
|
1. Clone or download sample project from GitHub repo: https://github.com/eugenp/tutorials/tree/master/spring-boot-modules/spring-boot-microservices
|
|
|
|
2. Unzip project folder to local disk for example to: C:/baeldung-tutorials/spring-boot-microservices/customer-order-app
|
2020-05-28 01:12:42 +02:00
|
|
|
3. Run `mvn clean install -DskipTests=true`
|
2020-06-07 01:56:45 +02:00
|
|
|
4. Navigate to order-service/order-server module folder and type `mvn spring-boot:run`
|
|
|
|
5. Open another CMD PROMPT window.
|
2020-05-28 01:12:42 +02:00
|
|
|
Navigate to customer-service module folder and type `mvn spring-boot:run`
|
|
|
|
|
2020-06-07 01:56:45 +02:00
|
|
|
6. Launch the Postman application from your machine and import the collection located in the _postman_ folder in project root
|
|
|
|
7. Verify successful request from the POSTMAN to http://localhost:8001/customer-service/order
|