Runs Camel on Spring Boot and provides starters for Camel components

Clone this repo:
  1. 29701ec [create-pull-request] automated change (#1455) by github-actions[bot] · 17 hours ago main
  2. 33878a5 CAMEL-22112: camel-jsonata: Add option to read template from header like camel-xslt. Add option to pretty print output by Claus Ibsen · 2 days ago
  3. 5346027 Upgrade SB 3.5.3 by Claus Ibsen · 2 days ago
  4. 951ae00 CAMEL-22121: rest-dsl: Add client response validator by Claus Ibsen · 5 days ago
  5. 6398504 CAMEL-22121: rest-dsl: Add client response validator 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