SpringMVC中标注一个类为控制器,最好使用哪个注解
A: Controlle
B: Repository
C: Service
D: Component
A: Controlle
B: Repository
C: Service
D: Component
举一反三
- 基于注解(Annotation)的装配中,用于标注一个业务逻辑注解类(Service层)的Bean是( )。 A: @Component B: @Repository C: @Service D: @Controlle
- @Bean注解的方法所在的类应该使用哪个注解 A: @Component B: @Configuration C: @Service D: @Repository
- @ComponentScan:启用组件扫描的注解,它会主动扫码哪些注解声明的类? A: @Component B: @Controlle C: @Service D: @RequestMapping E: @Repository
- 在springMVC中声明一个类为控制器,必须在类上加()注解 A: Controller B: Service C: Respository D: Component
- 基于注解(Annotation)的装配,用于将数据访问层(DAO)的类标识为Bean的是( )。 A: @Component B: @Repository C: @Controlle D: @Service