Runs Camel on Spring Boot and provides starters for Camel components

Clone this repo:
  1. 29aa94c CAMEL-21002 - Upgrade Spring Boot to version 3.3.2 (#1182) by Andrea Cosentino · 5 days ago main
  2. 67830ce Sync by Andrea Cosentino · 5 days ago
  3. 37877d0 camel-solr-starter (#1178) by vdomrachev · 5 days ago
  4. ebccbfe CAMEL-20993: camel-spring-boot: Failed route should be visible in spring-boot actuator/camelroutes endpoint by Luigi De Masi · 8 days ago
  5. e157b34 [create-pull-request] automated change (#1181) by github-actions[bot] · 5 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