Technical requirements
For instructions on how to install tools used in this book and how to access the source code for this book, refer to the following:
- Chapter 21 for macOS
- Chapter 22 for Windows
The code examples in this chapter all come from the source code in $BOOK_HOME/Chapter05
.If you want to view the changes that were applied to the source code in this chapter, that is, see what it took to create OpenAPI-based API documentation using springdoc-openapi
, you can compare it with the source code for Chapter 4, Deploying Our Microservices Using Docker. You can use your favorite diff
tool and compare the two folders – that is, $BOOK_HOME/Chapter04
and $BOOK_HOME/Chapter05
.