stork
stork copied to clipboard
Spring Boot demo start failure on macOS Mojave
A Spring Boot demo & stork is attached. Pack with the command $./mvnw clean package is ok. The jar file can be run by $java -jar xxx.jar, but the stork script failure to start. The error info is :
$ ./target/stork/bin/hello-server --run Error: Could not find or load main class com.example.demo.DemoApplication
Could anyone help me, thank your! demo.zip