dimasmith / iris

Playground. Service that integrates with banking and accounting systems and compares balances
0 stars 1 forks source link

Use Spring Modulith to organize application modules #31

Open dimasmith opened 9 months ago

dimasmith commented 9 months ago

The iris application is a modular monolith. Spring framework provides a convenient tooling to mark module boundaries and facilitate event-based communication between modules. The application will be a playground to evaluate this modularisation support.