0 votes
in Spring Framework Database Integration by
@ConditionalOnClass({ DataSource.class, EmbeddedDatabaseType.class }) This configuration is only enabled when ________

a) Class in present in the classpath

b) Any of the options

c) Java version 1.8 or above is used

d) Maven is being used

e) None of the options

1 Answer

0 votes
by
a)Class in present in the classpath

@ConditionalOnClass({ DataSource.class, EmbeddedDatabaseType.class }) This configuration is only enabled when Class in present in the classpath
...