//1.載入配置檔案
建立properties物件
properties pro =
newproperties()
;載入配置檔案,轉為乙個集合
classloader classloader = reflecttest.
class
.getclassloader()
;//獲取類載入器
inputstream resourceasstream = classloader.
getresourceasstream
("***.properties");
//從載入器中獲取目標配置檔案輸入流
pro.
load
(resourceasstream)
;//2.獲取配置檔案中的資料
string 變數名 = pro.
getproperty
("****"
);
Spring配置檔案載入外部配置檔案
有時,應用程式可能需要從不同的位置 例如 檔案系統 classpath或者url 讀取外部資源 例如 文字檔案 xml檔案 屬性檔案或或者影象檔案 通常,為了從不同位置載入資源,需要和不同的api打交道。spring的資源載入器提供了乙個統一的getresource 方法,使用這個方法可以通過資源路...
Python載入配置檔案
l 1.json 載入config.json檔案為無序字典base path sys.path 0 config path os.path.join base path,devices config defget ip type key with open config path config.js...
spring配置檔案載入
spring配置檔案的裝載在web.xml中配置 此引數用於後面的spring context loader contextconfiglocation org.springframework.web.context.contextloaderlistener 說明 contextconfigloc...