Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
The Maven command to run a Spring boot application is __________
Home
Spring Boot
Spring Framework Database Integration
The Maven command to run a Spring boot application is __________
0
votes
asked
Mar 1, 2020
in
Spring Framework Database Integration
by
SakshiSharma
recategorized
Mar 21, 2022
by
sharadyadav1986
The Maven command to run a Spring boot application is __________
a) mvn spring-boot:run
b) maven spring-boot:run
c) Mvn spring: run
d) None of the options
#maven-command
gradle-questions-answers
spring-boot
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 21, 2022
by
sharadyadav1986
a)mvn spring-boot:run
The Maven command to run a
Spring boot application is mvn spring-boot:run
...