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