Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Question: What are the commands to run and stop Spring Boot executable jar file?
Answer:
You need to open cmd or shell window command and use
java -jar
To run application:
$ java -jar spring-boot-sample-0.0.1-SNAPSHOT.jar
To stop: 
Press ctrl+C
Is it helpful? Yes No

Most helpful rated by users:

©2025 WithoutBook