January 2021
Intermediate to advanced
576 pages
18h 9m
English
The source code examples in this book require several prerequisites to be installed and configured before they can be run. This appendix describes how to install and configure those prerequisites. The following software is required:
Java 11
Maven 3
On macOS, the simplest way to install the pre-requisites is using Homebrew (https:// brew.sh). Homebrew is a package manager that simplifies installing other software on macOS. To install Homebrew, open a Terminal window (Finder > Applications > Utilities > Terminal) and type the following command:
/usr/bin/ruby -e "$(curl -fsSL
➥ https://raw.githubusercontent.com/Homebrew/install/master/install)"
This script will guide you ...
Read now
Unlock full access