试题详情

在Spring MVC中,以下在配置文件中配置注解映射器和适配器方式正确的是( )

A<context:component-scan base-package="com.tgb.web.controller.annotation"> </context:component-scan>

B<mvc:annotation-driven></mvc:annotation-driven>

C<bean class="org.springframework.web.servlet.view.InternalResourceViewResolver">

D<context:component-scan base-package="cn.itcast.ssm.controller"></context:component-scan>