Technical requirements
In this chapter, we’ll need a PostgreSQL server and a RabbitMQ server. The easiest way to run them on your computer is by using Docker. You can get Docker from the official site at https://docs.docker.com/engine/install/. I will explain how to deploy each tool in its corresponding recipe.
All the recipes that will be demonstrated in this chapter can be found at: https://github.com/PacktPublishing/Spring-Boot-3.0-Cookbook/tree/main/chapter8.