Runs Camel on Spring Boot and provides starters for Camel components

Clone this repo:
  1. 13179f1 CAMEL-22179: Added AWS Rekognition Component by Claus Ibsen · 8 hours ago automatic-periodic-sync main
  2. b8831c6 Regen by Claus Ibsen · 15 hours ago
  3. 2b6e4f6 [create-pull-request] automated change (#1611) by github-actions[bot] · 2 days ago
  4. 3fa9afb [create-pull-request] automated change (#1610) by github-actions[bot] · 4 days ago camel-spring-boot-4.17.x
  5. 0c8a667 RAT fix by Claus Ibsen · 6 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