There is an easy way to start a Spring Boot application by just calling This requires all dependencies to be bundled into the jar file and makes the jar file “fat”. That’s also the key word to search for when trying to create a complete jar. But there is another way. For example if I… Continue reading Start Spring Boot with classpath and class