在我现有的代码中,我的camelcontext
bean中有 2 个路由构建器
<camelContext xmlns="http://camel.apache.org/schema/spring">
<routeBuilder ref="routeBuilder1" />
<routeBuilder ref="routeBuilder2" />
</camelContext>
我想根据系统配置属性中配置的标志值设置路由构建器。
在我现有的代码中,我的camelcontext
bean中有 2 个路由构建器
<camelContext xmlns="http://camel.apache.org/schema/spring">
<routeBuilder ref="routeBuilder1" />
<routeBuilder ref="routeBuilder2" />
</camelContext>
我想根据系统配置属性中配置的标志值设置路由构建器。