优雅的整合SSM之

  去除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>
相关文章
相关标签/搜索