55.7. Spring Boot Auto-Configuration


将 bindy-csv 与 Spring Boot 搭配使用时,请确保使用以下 Maven 依赖项来自动配置:

<dependency>
  <groupId>org.apache.camel.springboot</groupId>
  <artifactId>camel-bindy-starter</artifactId>
  <version>{CamelSBProjectVersion}</version>
  <!-- Use your Camel Spring Boot version -->
</dependency>

组件支持 18 个选项,如下所示。

Name描述默认类型

camel.dataformat.bindy-csv.allow-empty-stream

在 unmarshal 进程中是否允许空流。如果为 true,则提供没有记录的正文时不会抛出异常。

false

布尔值

camel.dataformat.bindy-csv.class-type

要使用的模型类的名称。

 

字符串

camel.dataformat.bindy-csv.enabled

是否启用 bindy-csv 数据格式的自动配置。默认启用。

 

布尔值

camel.dataformat.bindy-csv.locale

要配置默认的区域设置,如 us 代表单元状态。要使用 JVM 平台默认区域设置,请使用名称 default。

 

字符串

camel.dataformat.bindy-csv.type

是否使用 Csv、Fixed 或 KeyValue。

 

字符串

camel.dataformat.bindy-csv.unwrap-single-instance

当 unmarshalling 应该未换行并返回单个实例时,而不是在 java.util.List 中嵌套。

true

布尔值

camel.dataformat.bindy-fixed.allow-empty-stream

在 unmarshal 进程中是否允许空流。如果为 true,则提供没有记录的正文时不会抛出异常。

false

布尔值

camel.dataformat.bindy-fixed.class-type

要使用的模型类的名称。

 

字符串

camel.dataformat.bindy-fixed.enabled

是否启用 bindy-fixed 数据格式的自动配置。默认启用。

 

布尔值

camel.dataformat.bindy-fixed.locale

要配置默认的区域设置,如 us 代表单元状态。要使用 JVM 平台默认区域设置,请使用名称 default。

 

字符串

camel.dataformat.bindy-fixed.type

是否使用 Csv、Fixed 或 KeyValue。

 

字符串

camel.dataformat.bindy-fixed.unwrap-single-instance

当 unmarshalling 应该未换行并返回单个实例时,而不是在 java.util.List 中嵌套。

true

布尔值

camel.dataformat.bindy-kvp.allow-empty-stream

在 unmarshal 进程中是否允许空流。如果为 true,则提供没有记录的正文时不会抛出异常。

false

布尔值

camel.dataformat.bindy-kvp.class-type

要使用的模型类的名称。

 

字符串

camel.dataformat.bindy-kvp.enabled

是否启用 bindy-kvp 数据格式的自动配置。默认启用。

 

布尔值

camel.dataformat.bindy-kvp.locale

要配置默认的区域设置,如 us 代表单元状态。要使用 JVM 平台默认区域设置,请使用名称 default。

 

字符串

camel.dataformat.bindy-kvp.type

是否使用 Csv、Fixed 或 KeyValue。

 

字符串

camel.dataformat.bindy-kvp.unwrap-single-instance

当 unmarshalling 应该未换行并返回单个实例时,而不是在 java.util.List 中嵌套。

true

布尔值

Red Hat logoGithubRedditYoutubeTwitter

学习

尝试、购买和销售

社区

关于红帽文档

通过我们的产品和服务,以及可以信赖的内容,帮助红帽用户创新并实现他们的目标。

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

© 2024 Red Hat, Inc.