SpringBean

springBean  <bean id="user" class="..."/> 默认是单例的.

如果要改成多例的则<bean id="user" class="..."   singleton="false"/>  

 

你可能感兴趣的:(SpringBean)