264.5. PropertyResolver
Camel 提供了一个可插拔机制,允许您为查询属性提供自己的解析器。Camel 提供了一个默认的实现 org.apache.camel.component.properties.DefaultPropertiesResolver
,它能够从文件系统、classpath 或 Registry 加载属性。您可以使用以下内容为位置添加前缀:
-
ref:
Camel 2.4: to lookup in the Registry -
file:
从文件系统中载入 -
classpath:
从 classpath 加载(如果没有提供前缀,则这也是默认设置) -
蓝图:
Camel 2.7: 使用特定的 OSGi 蓝图占位符服务