能源项目xml文件 -- springMVC-servlet.xml -- context:component-scan

<context:component-scan base-package="com.xindatai.ibs" use-default-filters="false">
        <context:include-filter type="annotation" expression="org.springframework.stereotype.Controller" />
        <context:include-filter type="annotation" expression="org.springframework.web.bind.annotation.ControllerAdvice"/>
</context:component-scan>

 

posted @ 2016-11-07 11:13  limeOracle  阅读(193)  评论(0)    收藏  举报