多项选择题

A.确保所有的bean 类都用@Autowired 来注解
B.在你的Java 配置中添加@ComponentScan("com.mycomp.service")
C.确保所有的bean 类都用@Bean 进行注解
D.确保所有的bean 类都用@Component 或其中的一个定型注解(@Service,@Controller...)来注解