September 2019
Intermediate to advanced
668 pages
15h 59m
English
The source code for this chapter can be found in this book's GitHub repository: https://github.com/PacktPublishing/Hands-On-Microservices-with-Spring-Boot-and-Spring-Cloud/tree/master/Chapter03.
To be able to run the commands that are described in this book, download the source code to a folder and set up an environment variable, $BOOK_HOME, that points to that folder. Some sample commands are as follows:
export BOOK_HOME=~/Documents/Hands-On-Microservices-with-Spring-Boot-and-Spring-Cloudgit clone https://github.com/PacktPublishing/Hands-On-Microservices-with-Spring-Boot-and-Spring-Cloud $BOOK_HOMEcd $BOOK_HOME/Chapter03
The Java source code is written for Java 8 and tested to run on Java 12. To avoid some problems ...