We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, The Chapter 3 Dependency Injection project does not have a main in it.
I was able to mvn clean install successfully, but now how would I run it?
When I go to execute the jar, I get the below error:
bash-3.2$ java -jar ./target/Chapter-03-Spring-Dependency-Injection-0.0.1-SNAPSHOT.jar
no main manifest attribute, in ./target/Chapter-03-Spring-Dependency-Injection-0.0.1-SNAPSHOT.jar
Is it possible to run this project even when there's no main class in it?
The text was updated successfully, but these errors were encountered:
Added main file, thanks
Sorry, something went wrong.
No branches or pull requests
Hi,
The Chapter 3 Dependency Injection project does not have a main in it.
I was able to mvn clean install successfully, but now how would I run it?
When I go to execute the jar, I get the below error:
Is it possible to run this project even when there's no main class in it?
The text was updated successfully, but these errors were encountered: