下面哪个注解符号可以对Dao层的类进行注解
A: @Controller
B: @Service
C: @Repository
D: @Qualifier
A: @Controller
B: @Service
C: @Repository
D: @Qualifier
举一反三
- Spring中定义了一系列的注解,常用的注解有() A: @Autowired B: @Repository C: @Service D: @Controller
- Spring中的一系列的注解中, @Repository、@Service与@Controller功能与( )注解的功能相同。
- @Bean注解的方法所在的类应该使用哪个注解 A: @Component B: @Configuration C: @Service D: @Repository
- 基于注解(Annotation)的装配,用于将数据访问层(DAO)的类标识为Bean的是( )。 A: @Component B: @Repository C: @Controlle D: @Service
- 基于注解(Annotation)的装配中,用于标注一个业务逻辑注解类(Service层)的Bean是( )。 A: @Component B: @Repository C: @Service D: @Controlle