VMware vRealize Automation 8.x (2022) — Question 74
Which two annotations are meta-annotations on the @SpringBootApplication composed annotation? (Choose two.)
Answer options
- A. @Configuration
- B. @ComponentScan
- C. @SpringBootConfiguration
- D. @SpringApplication
- E. @AutoConfiguration
Correct answer: A, B
Explanation
The correct answers are A and B, as @Configuration and @ComponentScan are both annotations that are included in the definition of @SpringBootApplication. The other options, while related to Spring Boot, are not considered meta-annotations of @SpringBootApplication.