i'm writing a kotlin app in spring boot.. i use devtools and i noticed that the livereload is automatically disabled when running the app from jar.. This is a pretty cool feature. Does anyone know how could I check whether the app is running from a jar or not so that I can also disable some debug behavior?