在springMVC中声明一个类为控制器,必须在类上加()注解
A: Controller
B: Service
C: Respository
D: Component
A: Controller
B: Service
C: Respository
D: Component
举一反三
- SpringMVC中标注一个类为控制器,最好使用哪个注解 A: Controlle B: Repository C: Service D: Component
- 在springmvc中,为了能被作为依赖注入类必须使用()注解类型注明为一个服务 A: Autowired B: Service C: Controller
- SpringMvc中配置控制器的注解是 A: @Controller B: @Service C: @RequestMapping D: 以上都不是
- 下列哪些注解可以在SpringMVC中使用() A: @ResponseBody B: @Component C: @Autowired D: @Controller
- @Controller注解指示sping 类是一个控制器类