zl程序教程

您现在的位置是:首页 >  后端

当前栏目

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

SpringMVC文件项目XMLServlet -- Component Context
2023-09-11 14:14:58 时间
<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>