An open API service indexing awesome lists of open source software.

https://github.com/ethlo/simple-modular-demo

A simple repository to experiment with modular Java projects
https://github.com/ethlo/simple-modular-demo

Last synced: 4 months ago
JSON representation

A simple repository to experiment with modular Java projects

Awesome Lists containing this project

README

          

## module-sample-project

A super-simple demo repository to experiment with Java module descriptors.

Build the project (uses Maven 3.x)
```commandline
mvn clean package
```

Run the example with
```commandline
java --module-path target/classes:target/lib --module com.example.modularproject/com.example.modularproject.Main
```