0 votes
in Spring Framework Database Integration by
recategorized by
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

1 Answer

0 votes
by
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
...