单项选择题

配置注解映射器和适配器,下列代码正确的是()

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>