Apache Camel Spring Boot support

Clone this repo:
  1. d3a860c Regen by Claus Ibsen · 14 hours ago main
  2. ddc0755 Regen by Claus Ibsen · 2 days ago
  3. 422a2f5 Implement incremental-build gh action by Croway · 12 days ago
  4. 163087b Regen by Claus Ibsen · 3 days ago
  5. ef077cb CAMEL-20760: camel-core - Allow to turn on|off RMI connector for tooling based debuggers by Claus Ibsen · 4 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