If you don't have JDK or Maven installed in your environment yet, you may want to install it now by following their respective installation instructions. We need Maven installed on our machines, and we can run the program with IDEs as well. The following instructions cover how to run these samples with Windows command-line, along with the maven command line.
If you need Maven installation instructions, please follow the link and steps defined in the installation document. The Maven installation guide is available at https://maven.apache.org/install.html.
The following section provides instructions on how to run the examples of this chapter, along with screenshots that the author was able to set up and run in his Windows-based laptop:
- Download the build script from Hands-On-RESTful-API-Design-Patterns-and-Best-Practices/scripts/buildMyExamples...