Runs Camel on Spring Boot and provides starters for Camel components

Clone this repo:
  1. a37a6fc Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.2 to 3.5.0 (#1571) by dependabot[bot] · 12 hours ago main
  2. c39c6f8 CAMEL-22710 - Camel-IBM: Add Speech to Text starter for CSB (#1575) by Andrea Cosentino · 33 hours ago
  3. f90485f Regen by Claus Ibsen · 34 hours ago
  4. c344cb2 Regen by Claus Ibsen · 36 hours ago
  5. c7b09cd CAMEL-22708 - Camel-IBM: Add Watson text-to-speech starter for CSB (#1574) by Andrea Cosentino · 2 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