Spring Boot Framework Interview Question-Answer Part – 2
Q.1 The annotation used to import additional configuration classes is ___________. A. @Import B. @Include C. @EnableImport D. Any of the options Ans : @Import Q.2 @ConditionalOnClass({ DataSource.class, EmbeddedDatabaseType.class }) This configuration is only enabled when _______ A. Class in present …
Spring Boot Framework Interview Question-Answer Part – 2 Read More »