您的位置:首页 > 编程语言 > Java开发

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

2016-11-07 11:13 260 查看
<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>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: