【发布时间】:2013-11-21 05:04:45
【问题描述】:
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="locations">
<value>classpath*:app.properties</value>
加载单个属性文件工作正常,但现在我需要根据请求(有效负载)输入提供的语言加载 app_en.properties 和 app_fr.properties 文件。这个怎么配置?
【问题讨论】:
标签: java spring properties