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

关于spring中注解和xml混合使用

时间:2017-07-11 23:12:46      阅读:253      评论:0      收藏:0      [点我收藏+]

标签:配置   style   spring   injection   ide   com   targe   完成   ota   

http://www.cnblogs.com/printN/p/6636758.html

 

可以混合用。文档有说明:

Spring can accommodate both styles and even mix them together.

混合用的话,有个先后顺序,xml配置会覆盖annotation。原文:

Annotation injection is performed before XML injection, thus the latter configuration will override the former for properties wired through both approaches.

 

 

也就是说对于同一个bean  不能注解完成部分属性的设定  xml完成部分属性的设定

xml会覆盖注解

 

关于spring中注解和xml混合使用

标签:配置   style   spring   injection   ide   com   targe   完成   ota   

原文地址:http://www.cnblogs.com/newlangwen/p/7152643.html

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