264.6. 定义位置
PropertiesResolver
需要知道在何处解析属性的位置。您可以将 1 定义为多个位置。如果您在一个 String 属性中定义位置,您可以使用逗号分隔多个位置,例如:
pc.setLocation("com/mycompany/myprop.properties,com/mycompany/other.properties");
从 Camel 2.19.0 开始提供
您可以通过设置可选属性(默认为 false)来设置缺少的位置,即:
pc.setLocations( "com/mycompany/override.properties;optional=true" "com/mycompany/defaults.properties");