Apache Camel Spring Boot support

Clone this repo:
  1. 055b60c Regen by Claus Ibsen · 2 days ago main
  2. 3432a2a Avoid clashes with default parser defined in CamelAutoConfiguration by Croway · 3 days ago
  3. 7fd41b1 Make Jasypt beans conditional so that can be overridden by Croway · 3 days ago
  4. 52be4e2 [create-pull-request] automated change (#1139) by github-actions[bot] · 4 days ago camel-spring-boot-4.6.x
  5. 4d3641d CAMEL-20733: camel-catalog - Make log eip and component name more easier to see difference 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