解决方案: (1) 在Spring 3.0中,可以写: Xml代码 <context:property-placeholder location="xxx.properties" ignore-unresolvable="true" /> <context:property-placeholder location="yyy.properties" ignore-unresolvable="true" /> 注意两个都要加上ignore-unresolvable="true",一个加另一个不加也是不行的 相关文章: 2022-12-23 2022-12-23 2022-12-23 2021-05-20 2022-12-23 2021-10-26