In this chapter, we have learned how the domain-driven design model can be used in a microservice. After running the demo application, we can see how each microservice can be developed, deployed, and tested independently, or bundled and executed together using Docker. You can create microservices using Spring Boot and Spring Cloud very easily.
In the next chapter, we will see how to use these microservice effectively by using service patterns such as service discovery and registration, as well as other tools.