<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:cm="http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.0.0"
xsi:schemaLocation="
http://www.osgi.org/xmlns/blueprint/v1.0.0 http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd">
<!-- osgi blueprint property placeholder -->
<cm:property-placeholder id="blueprint.placeholder" persistent-id="camel.blueprint">
<cm:default-properties>
<cm:property name="cool" value="mock:result"/>
</cm:default-properties>
</cm:property-placeholder>
<camelContext xmlns="http://camel.apache.org/schema/blueprint">
<!-- TODO: Make this work with blueprint -->
<!--<propertyPlaceholder id="properties" location="blueprint"/>-->
<route>
<from uri="direct:start"/>
<to uri="`cool`"/>
</route>
</camelContext>
</blueprint>
Camel-blueprint(配置样例)
原创
©著作权归作者所有:来自51CTO博客作者nepoulia的原创作品,谢绝转载,否则将追究法律责任
上一篇:Camel-blueprint
下一篇:camel编程
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
RichEditor组件样例开发
使用richEditor组件实现一个富文本编辑框,包含富文本编辑区域和功能栏,功能栏中有多个按键,可以调整字体大小、字体样式、字体颜色、布局,并可以插入图片。
OpenHarmony 深开鸿 KaihongOS -
html样例
喏,拿去提取码:cno3
html