GitHunt
DO

domika/JavaModuleSystemDemo

Test project to get acquainted with Java 9 module platform

Java Module System Demo

This is a demo application for practicing purposes to meet and play with Java 9 new Module System.

Build

mvn clean install

Run

java --module-path weather-app/target/weather-app-1.0-SNAPSHOT.jar;weather-service/target/weather-service-1.0-SNAPSHOT.jar;weather-api/target/weather-api-1.0-SNAPSHOT.jar --module weather.app/hu.domika.weather.app.Main

Languages

Java100.0%
Created May 18, 2018
Updated May 30, 2018
domika/JavaModuleSystemDemo | GitHunt