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
Month: October 2023
Wait for host in BaSH
Okay, this one is a little specific, but I recently had this issue and I wanted to share it because knowing this would have saved me one scripting language and a lot of time. I have previously implemented this in PowerShell, but it can easily be done in BaSH as well. The premise was to… Continue reading Wait for host in BaSH