-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jar run error #63
Comments
@crnfan21 I think the built jar is not an uber jar packed with all dependencies so getting this class not found issue. Can you try |
@crnfan21 seems to be related to this issue: spring-projects/spring-boot#31853
|
Likely, we need to bump springboot to 3.x to solve it. |
It was confirmed that the jar was successfully executed in version 3.x. thanks! |
Hi.
I tested build and run as indicated in the README, and it was successful.
But now, when I try to run the built jar directly through 'java -Djava.security.manager=allow -jar "C:\dev\maestro\maestro-server\build\libs\maestro-server.jar"', the following An error occurs. Could you please help?
The text was updated successfully, but these errors were encountered: