Concept Flow - Multi-module project structure
Parent Project (pom.xml)
Build Parent -> Build Modules
Modules share dependencies & build
Run individual modules or combined app
The parent project manages common settings and dependencies. Each module has its own code and can be built separately or together.