With Spring Modulith, it is possible to divide Spring Boot applications into functional modules with clear interfaces, which communicate via events and can be tested in isolation. The architecture of ...