264.18. 在 Camel 中明确引用 OSGi 蓝图占位符
请注意,我们如何使用 蓝图
方案来根据其 id 指代 OSGi 蓝图占位符。这可让您混合和匹配,例如,您也可以在位置中使用额外的方案。例如,要从 classpath 中载入一个文件,您可以:
location="blueprint:myblueprint.placeholder,classpath:myproperties.properties"
location="blueprint:myblueprint.placeholder,classpath:myproperties.properties"
每个位置都用逗号分开。