码迷,mamicode.com
首页 > 其他好文 > 详细

<context:annotation-config />和 <context:component-scan

时间:2017-04-05 13:50:28      阅读:177      评论:0      收藏:0      [点我收藏+]

标签:scan   ice   没有   resource   autowire   ann   context   ota   执行   

<context:annotation-config />和 <context:component-scan>同时存在的时候,前者会被忽略。

也就是那些@autowire,@resource等注入注解只会被注入一次

哪怕是你手动的注册了多个处理器,spring仍然只会处理一次:

<context:annotation-config />仅能够在已经在已经注册过的bean上面起作用

对于没有在spring容器中注册的bean,它并不能执行任何操作。

<context:component-scan>除了具有<context:annotation-config />的功能之外,还具有自动将带有@component,@service,@Repository等注解的对象注册到spring容器中的功能。

<context:annotation-config />和 <context:component-scan

标签:scan   ice   没有   resource   autowire   ann   context   ota   执行   

原文地址:http://www.cnblogs.com/sddychj/p/6668245.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!