码迷,mamicode.com
首页 > 编程语言 > 详细

spring配置里<context:annotation-config>和<context:component-scan>区别

时间:2017-04-18 11:14:48      阅读:198      评论:0      收藏:0      [点我收藏+]

标签:配置文件   ota   scan   com   处理   text   pack   conf   包含   

annotation-config处理@autowired之类的注解(共有四类) 前提是注解作用的类已经被注册到spring容器里(bean id=“” class=“”) 

component-scan除了包含annotation-config的作用外,还能自动扫描和注册base-package下有@component之类注解的类,将其作为bean注册到spring容器里

所以配置文件如果有component-scan就不需要annotation-config了。

spring配置里<context:annotation-config>和<context:component-scan>区别

标签:配置文件   ota   scan   com   处理   text   pack   conf   包含   

原文地址:http://www.cnblogs.com/suncong/p/6726682.html

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