You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This application simply exemplifies how to use Module System on Java 9 with maven. In adition, it uses some libraries such as h2 database and log4j as an example of adding the external library.
How do I compile?
You should use the following command under the Java9ModuleSystem directory of the project to compile the classes.
mvn clean install
How do I run?
After compile, you should use the following command under the Java9ModuleSystem directory of the project.