@Bean注解的方法所在的类应该使用哪个注解
A: @Component
B: @Configuration
C: @Service
D: @Repository
A: @Component
B: @Configuration
C: @Service
D: @Repository
举一反三
- 基于注解(Annotation)的装配中,用于标注一个业务逻辑注解类(Service层)的Bean是( )。 A: @Component B: @Repository C: @Service D: @Controlle
- SpringMVC中标注一个类为控制器,最好使用哪个注解 A: Controlle B: Repository C: Service D: Component
- Spring注解中用于指定当前类是一个配置类的注解是? A: @Component B: @Configuration C: @Bean D: @Import
- 基于注解(Annotation)的装配,用于将数据访问层(DAO)的类标识为Bean的是( )。 A: @Component B: @Repository C: @Controlle D: @Service
- 可以将类或对象托管给Spring的IOC容器的注解是 A: @Component B: @Service C: @Bean D: @Configuration E: @Resource F: @Data