第 21 章 常数
Constant Expression Language 只是使用恒定值或对象的方法。
注意
这是一个固定的常量值(或对象),只在启动路由时设置一次,如果您希望在路由过程中需要动态值,则不要使用它。
21.1. 依赖项 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
当在 Red Hat build of Camel Spring Boot 中使用 常量 时,请确保使用以下 Maven 依赖项来支持自动配置:
<dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-core-starter</artifactId> </dependency>
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-core-starter</artifactId>
</dependency>