xxxxxxxxxx
You would not be able to extract the maven built Spring boot executable jar using the "jar xvf” command.
This is because there is a bash script at the beginning of the file.
If you use unzip utility you would be able to extract the executable jar.
"unzip spring-boot-myapp-0.0.1-SNAPSHOT.jar”