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 ...
If you’ve had your ear to the ground recently, you’ve likely been hearing a lot about service-oriented application development with OSGi and Spring Dynamic Modules. In this second article in the Hello ...