例如,我有两个属性文件,如消息和查询。如何在spring xml中配置
答案 0 :(得分:0)
好吧,您可以使用以下代码段。
<context:property-placeholder
location="classpath:dao.properties,
classpath:services.properties,
classpath:user.properties"
ignore-unresolvable="true"/>
ignore-unresolvable="true"
以允许解析机制传递给上下文中的其他人而不会抛出异常