最新回答 / qq_At_1
老师我那个name直接不配置,就配置ref也行的么,因为我的<constructor-arg ></constructor-arg>没有name标签不知道怎么回事
2015-09-21
已采纳回答 / Kirshry
变还是不变得看对应的那个对象的Scope。估计你是对scope有点疑惑,spring中每个scope类都实现了org.springframework.beans.factory.config.Scope接口,然后注册到org.springframework.beans.factory.config.CustomScopeConfigurer中...
2015-09-06