Last year, I joined the Scheduler service refactoring project at my company.It was an opportunity to study Java Multi-Module, so I decided to publish about it. 1. ModuleIn the Oracle Java official documentation, a module is a union of packages.It is also a reusable group that associates packages and resources.At that time, each module could be developed, built, tested, and deployed independently..