0 votes
in Spring Framework Database Integration by
recategorized by

The annotation to be added to automatically configure beans based on the classes added to the class path is ____________

a) None of the options

b) @EnableAutoConfiguration

c) @AutoConfiguration

d) @EnableConfiguration

1 Answer

0 votes
by
b)@EnableAutoConfiguration

The annotation to be added to automatically configure beans based on the classes added to the class path is @EnableAutoConfiguration
...