For the hand-ins you don't have to create a 'fat' standalone jar which includes all the JavaFX libraries, since we can just specify the JavaFX libraries manually, or just clone your code from Github.
I'll use my very own project to demonstrate how to use Spring Boot and if you are interested in the project itself, please refer to the original repo of this project. This repo focuses on how to use ...
A Java Archive, or JAR file, contains all of the various components that make up a self-contained, executable Java application, deployable Java applet or, most commonly, a Java library to which any ...