Runs Camel on Spring Boot and provides starters for Camel components

Clone this repo:
  1. 284efea [create-pull-request] automated change (#1459) by github-actions[bot] · 13 hours ago main
  2. b9404f4 Regen by Claus Ibsen · 23 hours ago
  3. 5da40d7 Regen by Claus Ibsen · 4 days ago
  4. 0b0d848 Regen by Claus Ibsen · 5 days ago
  5. d55b7fa CAMEL-22192 - Camel-Fury: Rename the starter to Fory (#1458) by Andrea Cosentino · 7 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