第 113 章 Spring Batch
从 Camel 2.10 开始
仅支持生成者
Spring Batch 组件和支持类提供 Camel 和 Spring 批处理 基础架构之间的集成桥接。
113.1. 依赖项 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
当在 Red Hat build of Camel Spring Boot 中使用 spring-batch 时,使用以下 Maven 依赖项来启用对自动配置的支持:
<dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-spring-batch-starter</artifactId> </dependency>
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-spring-batch-starter</artifactId>
</dependency>