Spring學習2:bean屬性

1.Spring的三種實例化bean方式 1)使用類構造器實例化session <bean id=」xxx」 class=」xxx」/>prototype 2)使用靜態工廠方法實例化對象 <bean id=」xxx」 class=」xxx」 factory-method=」xxx」/>生命週期 public class xxx{作用域       public static 類名 xxx(){}i
相關文章
相關標籤/搜索