Apache Camel Spring Boot support

Clone this repo:
  1. cefcd9a Regen by Claus Ibsen · 15 hours ago main
  2. 8d3bab7 CAMEL-19403 - Parquet Dataformat: Create Spring Boot Starter by Andrea Cosentino · 34 hours ago
  3. 2db8c2d CAMEL-19403 - Parquet Dataformat: Create Spring Boot Starter by Andrea Cosentino · 34 hours ago
  4. 25b3667 CAMEL-19403 - Parquet Dataformat: Create Spring Boot Starter by Andrea Cosentino · 35 hours ago
  5. 544b21f CAMEL-19403 - Parquet Dataformat: Create Spring Boot Starter by Andrea Cosentino · 2 days ago

Apache Camel Spring Boot Support

Maven Central Javadocs Stack Overflow Chat Twitter

Apache Camel is a powerful open source integration framework based on known Enterprise Integration Patterns with powerful bean integration.

Introduction

This project provides Spring Boot support for Apache Camel.

Creating / deleting starters

To create a starter for the zoot component, run the following command:

./starter-create zoot

Similarly, to delete the starter for the zoot component, run the following command:

./starter-delete zoot

More information can be found on the Camel website