Introduction
Chapter 8 discussed how to apply a data-driven design (DDD) to the monolithic application. We broke the relationships between the boundary contexts that were revealed while analyzing the project. In Stan4J, the final code structure looks like this:
In this chapter, you will implement the three microservices—Product, Order, and Customer. These packages depend on the ...