1. 程式人生 > >spring 載入非 類路徑下的配置檔案

spring 載入非 類路徑下的配置檔案

  1. <beanid="propertyConfigurer"
  2.     class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
  3.      <propertyname="locations">
  4.         <list>
  5.             <value>file:D:/workspace/test/conf/jdbc.properties</value>
  6.         </list>
  7.         </property>
  8. </bean>
使用"file:"可以配置絕對路徑,這樣spring可以載入非類路徑以外的資原始檔;