第113章 Spring Batch
Camel 2.10 以降
producer のみサポート対象
Spring Batch コンポーネントおよびサポートクラスは、Camel と Spring Batch インフラストラクチャー間の統合ブリッジを提供します。
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>