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.