Skip to content

Test project to get acquainted with Java 9 module platform

Notifications You must be signed in to change notification settings

domika/JavaModuleSystemDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Test project to get acquainted with Java 9 module platform

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages