This project is a combatibility test of the Java Platform Module System and the Spring Framework using Spring Boot.
mvn install
cd web
java --add-modules java.instrument --module-path=target/modules --module example.web/red.jackal.training.spring.jpms.web.WebApplication
mvn install
cd web
mvn package spring-boot:repackage
java -jar target/web-0.0.1.jar