Camel Spring Boot Starter for groovy
Spring Boot Auto-Configuration
When using groovy with Spring Boot make sure to use the following Maven dependency to have support for auto configuration:
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-groovy-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
</dependency>
The component supports 2 options, which are listed below.
Name | Description | Default | Type |
---|---|---|---|
camel.language.groovy.enabled | Whether to enable auto configuration of the groovy language. This is enabled by default. | Boolean | |
camel.language.groovy.trim | Whether to trim the value to remove leading and trailing whitespaces and line breaks | true | Boolean |