0
屬性如果創建一個屬性文件象下面這樣:彈簧UTIL與範圍
<util:properties id="appProps" location="classpath:app-config.properties" scope="singleton"/>
在我的應用程序代碼的類級對象
private static Properties props=null;
在我的方法:
props=(Properties)context.getBean("appProps").
如果我對此方法進行100次調用,將創建多少個對象。如果它創建signle對象,將道具對象設置爲靜態是否有用?
問候,
拉朱