Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 328 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 328 Bytes

java9-modularity

Show case containing two multi-module maven projects to illustrate the workings of java 9 modularity.

jobrunner_v1 is a classic non-modular project which you run using the classpath, jobrunner_v2 is the same project but then modularized and changed in some manners to illustrate the workings of modularity.