I\'ve a spring boot project that I can run successfully from within IntelliJ, but when I package an executable jar I can no longer run it. Here is the stack trace of the exc
I switched from mvn clean compile assembly:single to mvn clean package and the error went away.
mvn clean compile assembly:single
mvn clean package