Login
Remember
Register
Ask a Question
For which of the following criteria can Spring boot auto configuration be done?
0
votes
asked
Mar 1, 2020
in
Spring Framework Database Integration
by
SakshiSharma
recategorized
Mar 21, 2022
by
sharadyadav1986
For which of the following criteria can Spring boot auto configuration be done?
a) Absence of configuration file
b) Presence or absence of a Spring Bean
c) Presence of a System Property
d) All the options
e) Availability of a particular class in classpath
#spring-boot-configuration
gradle-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 21, 2022
by
sharadyadav1986
d) All the options
Spring boot auto configuration be done Absence of configuration file, Presence or absence of a Spring Bean, Presence of a System Property and Availability of a particular class in classpath
...