Runs Camel on Spring Boot and provides starters for Camel components

Clone this repo:
  1. ea85081 Fixed test by Claus Ibsen · 8 hours ago main
  2. c559ba1 Regen by Claus Ibsen · 13 hours ago
  3. 206dbb7 Regen by Claus Ibsen · 24 hours ago
  4. 6452a3d Bump version to `4.15.0-SNAPSHOT` (#1484) by Gregor Zurowski · 25 hours ago
  5. 603ca3a CAMEL-22354: dataformats - Align all data formats getter setters to model by Claus Ibsen · 31 hours 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