可以实现自动注入的注解是?
A: ModelAttribute
B: Service
C: Controller
D: Autowired
A: ModelAttribute
B: Service
C: Controller
D: Autowired
举一反三
- 在SpringMVC中,使用注解类型将请求与处理方法一一对应。 A: @Controller B: @Autowired C: @RequestMapping D: ModelAttribute
- Spring中定义了一系列的注解,常用的注解有() A: @Autowired B: @Repository C: @Service D: @Controller
- 在springmvc中,为了能被作为依赖注入类必须使用()注解类型注明为一个服务 A: Autowired B: Service C: Controller
- @Autowired注解需要标注在Service层的实现类上,这样才能实现依赖注入。
- 下列哪些注解可以在SpringMVC中使用() A: @ResponseBody B: @Component C: @Autowired D: @Controller