Running a Spring Boot Application from Terminal #21
akash-coded
started this conversation in
Guidelines
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Using Maven
If you have Maven installed and visible in your system, you can use it to run Spring Boot applications (only applications which have used
spring-boot-starter-parentPOM or have included a usefulrungoal in pom.xml) by executing the following command in a terminal with yourpwdinside the project folder:Additionally, you can use
mvn dependency:treecommand to check the dependency tree.Using Gradle
Beta Was this translation helpful? Give feedback.
All reactions