使用 PropertyPlaceholderConfigurer 进行 xml 配置示例
<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="locations">
<list>
<value>classpath:ReleaseBundle.properties</value>
</list>
</bean>