You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: