Camel Spring Boot Starter for datasonnet
Spring Boot Auto-Configuration
When using datasonnet 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-datasonnet-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
</dependency>
The component supports 4 options, which are listed below.
Name | Description | Default | Type |
---|---|---|---|
camel.language.datasonnet.body-media-type | The String representation of the message’s body MediaType | String | |
camel.language.datasonnet.enabled | Whether to enable auto configuration of the datasonnet language. This is enabled by default. | Boolean | |
camel.language.datasonnet.output-media-type | The String representation of the MediaType to output | String | |
camel.language.datasonnet.trim | Whether to trim the value to remove leading and trailing whitespaces and line breaks | true | Boolean |