Technical requirements
To compile and run the code examples presented in this chapter, you need the latest Java SE Development Kit and Maven 3.6 installed on your computer. To interact with the adapters, we also recommend installing curl
and jq
. All those tools are available for Linux, Mac, and Windows operating systems.
You can find the code files for this chapter on GitHub at https://github.com/PacktPublishing/Designing-Hexagonal-Architecture-with-Java/tree/main/Chapter04.