362.3. Spring Boot Auto-Configuration

组件支持 3 个选项,它们如下所列。

名称描述默认类型

camel.component.velocity.enabled

启用 velocity 组件

true

布尔值

camel.component.velocity.resolve-property-placeholders

启动时,组件是否应自行解析属性占位符。只有 String 类型的属性才能使用属性占位符。

true

布尔值

camel.component.velocity.velocity-engine

要使用 VelocityEngine,否则创建了一个新的引擎。选项是一个 org.apache.velocity.app.VelocityEngine 类型。

 

字符串