https://github.com/apache/camel-spring-boot
Runs Camel on Spring Boot and provides starters for Camel components
https://github.com/apache/camel-spring-boot
camel eip integration java microservices spring-boot
Last synced: 2 months ago
JSON representation
Runs Camel on Spring Boot and provides starters for Camel components
- Host: GitHub
- URL: https://github.com/apache/camel-spring-boot
- Owner: apache
- License: apache-2.0
- Created: 2019-12-16T07:40:31.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-14T00:51:12.000Z (2 months ago)
- Last Synced: 2025-05-14T02:28:50.101Z (2 months ago)
- Topics: camel, eip, integration, java, microservices, spring-boot
- Language: Java
- Homepage: https://camel.apache.org
- Size: 374 MB
- Stars: 170
- Watchers: 29
- Forks: 180
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Apache Camel Spring Boot Support
[](https://maven-badges.herokuapp.com/maven-central/org.apache.camel/apache-camel)
[](https://www.javadoc.io/doc/org.apache.camel/camel-core)
[](https://stackoverflow.com/questions/tagged/apache-camel)
[](https://camel.zulipchat.com/)
[](https://twitter.com/ApacheCamel)
[Apache Camel](https://camel.apache.org/) 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](https://camel.apache.org/camel-spring-boot/latest/)