去除applicationContext.xml和spring-mvc.xml中的重複部分。spring
一、applicationContext.xml中express
<context:component-sacn base-package=""> <context:exclude-filter type="annotation" expression="org.springframework.stereotype.Controller" /> </context:component-sacn>
二、spring-mvc.xml中spring-mvc
<context:component-scan base-package="cn.rigid.hoistmnteg.controller" use-default-filters="false"> <context:include-filter type="annotation" expression="org.springframework.stereotype.Controller" /> </context:component-scan>