【 】注解用于将数据访问层(DAO层)的类标识为Spring中的Bean,其功能与@Component 相同
举一反三
- 基于注解(Annotation)的装配,用于将数据访问层(DAO)的类标识为Bean的是( )。 A: @Component B: @Repository C: @Controlle D: @Service
- @Controller通常作用在控制层,如Spring MVC的【 】,用于将控制层的类标识为Spring中的Bean,其功能与@Component 相同
- Spring中定义了一系列的注解,以下有关其常用的注解说明错误的是。() A: @Autowired用于对Bean的属性变量、属性的setter方法及构造方法进行标注,配合对应 B: @Repository用于将数据访问层(DAO层)的类标识为Spring中的Bean C: @Service通常作用在业务层(Service层),用于将业务层的类标识为Spring中的Bean D: @Controller通常作用在控制层(如Spring MVC的Controller),用于将控制层的类标识为Spring中的Bean
- 用()注解将数据访问层(DAO层)的类标识为SpringBean
- Spring注解中使用在类上用于实例化Bean的注解是? A: @ Component B: @Value C: @Test D: @Bean