September 2019
Intermediate to advanced
668 pages
15h 59m
English
All the commands described in this book are run on a MacBook Pro using macOS Mojave but should be straightforward enough to modify in order to be able to run on another platform such as Linux or Windows.
No new tools need to be installed in this chapter.
The source code for this chapter can be found on GitHub at https://github.com/PacktPublishing/Hands-On-Microservices-with-Spring-Boot-and-Spring-Cloud/tree/master/Chapter12.
To be able to run the commands as described in the book, download the source code to a folder and set up an environment variable, $BOOK_HOME, that points to that folder. Sample commands include the following:
export BOOK_HOME=~/Documents/Hands-On-Microservices-with-Spring-Boot-and-Spring-Cloud ...