Spring中的一系列的注解中, @Repository、@Service与@Controller功能与( )注解的功能相同。
@Component
举一反三
- Spring中定义了一系列的注解,常用的注解有() A: @Autowired B: @Repository C: @Service D: @Controller
- 下面哪个注解符号可以对Dao层的类进行注解 A: @Controller B: @Service C: @Repository D: @Qualifier
- 基于Annotation的装配,把service层中的javaBean注入到spring中,用什么注解? A: @Service B: @Repository C: @Autowired D: @Resource
- Spring中定义了一系列的注解,常用的注解有()
- 下面哪个不是 Spring 的注解() A: @Aspect B: @Service C: @Component D: @Controller E: @View
内容
- 0
基于注解(Annotation)的装配中,用于标注一个业务逻辑注解类(Service层)的Bean是( )。 A: @Component B: @Repository C: @Service D: @Controlle
- 1
Spring中定义了一系列的注解,以下有关其常用的注解说明错误的是。() A: @Autowired用于对Bean的属性变量、属性的setter方法及构造方法进行标注,配合对应 B: @Repository用于将数据访问层(DAO层)的类标识为Spring中的Bean C: @Service通常作用在业务层(Service层),用于将业务层的类标识为Spring中的Bean D: @Controller通常作用在控制层(如Spring MVC的Controller),用于将控制层的类标识为Spring中的Bean
- 2
下面哪些注解是Spring的原始注解? A: @Component B: @Controller C: @Scope D: @Bean
- 3
@Bean注解的方法所在的类应该使用哪个注解 A: @Component B: @Configuration C: @Service D: @Repository
- 4
Spring中成对出现的注解为() A: @Configuration B: @Value C: @Controller D: @Bean