Skip to content

qutax/jpms-spring-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JPMS and Spring Example

This project is a combatibility test of the Java Platform Module System and the Spring Framework using Spring Boot.

Building and Running

With JPMS

mvn install
cd web
java --add-modules java.instrument --module-path=target/modules --module example.web/red.jackal.training.spring.jpms.web.WebApplication

Without JPMS

mvn install
cd web
mvn package spring-boot:repackage
java -jar target/web-0.0.1.jar

Releases

No releases published

Packages

No packages published

Languages