Skip to content

DenalidTX/spring-boot-jpms-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot JPMS Sample

This is a minimal project demonstrating how to set up a Spring Boot "Hello World" project using the new JPMS system.

The project includes a Maven build configuration. If you run the "compile" and "install" tasks the build will place all required jars (including dependencies) into the deploy/lib directory. The included run.bat file will start the application on Windows. (It should also work on Linux, but I have not actually tested that.)

The module-info.java file includes explanations for each of the module statements.

About

This is a minimal project demonstrating how to set up a Spring Boot project using the new JPMS system.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors