Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

About

An example for combining the JPMS and Spring

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

AltStyle によって変換されたページ (->オリジナル) /