基于注解(Annotation)的装配,用于将数据访问层(DAO)的类标识为Bean的是( )。
A: @Component
B: @Repository
C: @Controlle
D: @Service
A: @Component
B: @Repository
C: @Controlle
D: @Service
举一反三
- 基于注解(Annotation)的装配中,用于标注一个业务逻辑注解类(Service层)的Bean是( )。 A: @Component B: @Repository C: @Service D: @Controlle
- 【 】注解用于将数据访问层(DAO层)的类标识为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
- SpringMVC中标注一个类为控制器,最好使用哪个注解 A: Controlle B: Repository C: Service D: Component
- 用()注解将数据访问层(DAO层)的类标识为SpringBean