<mvc:annotation-driven />启用注解,是注解生效
<context:component-scan base-package="com.cisdi.ecis.cm.controller" />先说一下<context:component-scan>有一个use-default-filters属性,改属性默认为true,这就意味着会扫描指定包下的全部的标有@Component的类,并注册成bean.也就是@Component的子注解@Service,@Reposity,@Controller等