Spring MVC 去除不扫描 发表于 2018-07-18 | 更新于: 2018-07-19 | 分类于 Spring | | 阅读次数: | 字数统计: 48 | 阅读时长 ≈ 1 Spring MVC中去除不需扫描的类: 1234<context:component-scan base-package="com.foo" use-default-filters="false"> <context:include-filter type="regex" expression="com.foo.bar.*Config"/> <context:include-filter type="regex" expression="com.foo.config.*"/></context:component-scan> 本文作者: 南风 本文链接: http://www.jackfan.top/posts/37767/ 版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 3.0 许可协议。转载请注明出处!