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
What is the Starter that can be used to add spring boot dependency jars for a spring boot application?
Home
Spring Boot
Spring Framework Database Integration
What is the Starter that can be used to add spring boot dependency jars for a spring boot...
asked
Mar 1, 2020
in
Spring Framework Database Integration
by
SakshiSharma
recategorized
Mar 21, 2022
by
sharadyadav1986
What is the Starter that can be used to add spring boot dependency jars for a spring boot application?
a) Spring-boot-parent
b) Spring-boot-starter-parent
c) Spring-boot-starter-web
d) Any of the options
#spring-boot-starter
gradle-questions-answers
spring-boot-dependency
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 21, 2022
by
sharadyadav1986
b)Spring-boot-starter-parent is the Starter that can be used to add spring boot dependency jars for a spring boot application
...