1. 程式人生 > >springmvc讀取本地配置檔案

springmvc讀取本地配置檔案

有個需求需要讀取伺服器本地配置檔案,實現程式碼如下即可:

xmlns:context="http://www.springframework.org/schema/context"
<context:property-placeholder
		location="classpath:redisServer.properties,file:/home/.settings/redisServer.properties"
		ignore-resource-not-found="true" />

使用file讀取本地。配置檔案同名即可。spring會預設使用最後載入的配置檔案。注意是覆蓋配