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, run the following commands:
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.jar
Once zuul-server is up, check the Eureka dashboard again to make sure all services are up and running. Now, we can perform testing. ...
Read now
Unlock full access