配置文件中如何读取properties的配置文件

<bean id="propertyConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer" >
      <property name="locations">
         <list>
             <value>classpath:jdbc.properties</value>
         </list>
      </property>
   </bean>

你可能感兴趣的:(properties)