๐Ÿ“ฆ apache / camel-spring-boot

Runs Camel on Spring Boot and provides starters for Camel components

โ˜… 182 stars โ‘‚ 190 forks ๐Ÿ‘ 182 watching โš–๏ธ Apache License 2.0
cameleipintegrationjavamicroservicesspring-boot
๐Ÿ“ฅ Clone https://github.com/apache/camel-spring-boot.git
HTTPS git clone https://github.com/apache/camel-spring-boot.git
SSH git clone git@github.com:apache/camel-spring-boot.git
CLI gh repo clone apache/camel-spring-boot
Claus Ibsen Claus Ibsen camel-core - Simple language rename empty to newEmpty to not confuse this with isEmpty function 9ba6d3a 18 hours ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ .github
๐Ÿ“ .mvn
๐Ÿ“ archetypes
๐Ÿ“ catalog
๐Ÿ“ components-starter
๐Ÿ“ core
๐Ÿ“ core-starter
๐Ÿ“ docs
๐Ÿ“ dsl-starter
๐Ÿ“ parent
๐Ÿ“ tests
๐Ÿ“ tooling
๐Ÿ“„ .asf.yaml
๐Ÿ“„ .gitattributes
๐Ÿ“„ .gitignore
๐Ÿ“„ Jenkinsfile.sb
๐Ÿ“„ KEYS
๐Ÿ“„ LICENSE.txt
๐Ÿ“„ mvnw
๐Ÿ“„ mvnw.cmd
๐Ÿ“„ NOTICE.txt
๐Ÿ“„ pom.xml
๐Ÿ“„ README.md
๐Ÿ“„ starter-create
๐Ÿ“„ starter-create.cmd
๐Ÿ“„ starter-delete
๐Ÿ“„ starter-delete.cmd
๐Ÿ“„ README.md

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