因此当使用
<context:component-scan/>在4的版本以上就已经包括了<context:annotation-config/>的功能了
如果使用<context:component-scan/>标签,扫描所有类型的bean,意思就是不配置<context:include-filte>,<context:exclude>这两个子标签的话,是可以将<context:annotation-config/>去除的。