Which two annotations are meta-annotations on the @SpringBootApplication composed annotation? (Choose two.)
A . @Configuration This annotation indicates that the class has @Bean definition methods and may be processed by the Spring container to generate bean definitions and service requests for those beans at runtime. B. @ComponentScan This annotation configures component scanning directives for use with @Configuration classes. Provides support parallel with Spring XML's context:component-scan element.
Thomasena
2 days ago