问答详情
源自:4-1 从配置文件开始

因此当使用 <context:component-scan/> 后,就可以将 <context:annotation-config/> 移除了

因此当使用

后,就可以将移除了 是不是这样?

提问者:隐匿的墨丘利 2018-05-24 09:57

个回答

  • MesutKwok
    2018-09-05 04:01:04

    <context:component-scan/>在4的版本以上就已经包括了<context:annotation-config/>的功能了

  • Eye9093
    2018-05-25 12:51:30

    如果使用<context:component-scan/>标签,扫描所有类型的bean,意思就是不配置<context:include-filte>,<context:exclude>这两个子标签的话,是可以将<context:annotation-config/>去除的。