February 2019
Intermediate to advanced
446 pages
10h 55m
English
First, build the code from the root directory of Chapter06 using the following command:
Chapter06> mvn clean package
Once the build is successful, then run the following commands to execute the services developed in Chapter 5, Microservice Patterns - Part 1:
java -jar eureka-server/target/eureka-server.jarjava -jar restaurant-service/target/restaurant-service.jarjava -jar user-service/target/user-service.jarjava -jar booking-service/target/booking-service.jarjava -jar api-service/target/api-service.jar
Once all the services are ...
Read now
Unlock full access