Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 6 hours 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 (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-16T00:49:55.000Z (8 days ago)
- Last Synced: 2024-12-16T06:02:27.637Z (7 days ago)
- Topics: camel, eip, integration, java, microservices, spring-boot
- Language: Java
- Homepage: https://camel.apache.org
- Size: 340 MB
- Stars: 163
- Watchers: 28
- Forks: 172
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Apache Camel Spring Boot Support
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.camel/apache-camel/badge.svg?style=flat-square)](https://maven-badges.herokuapp.com/maven-central/org.apache.camel/apache-camel)
[![Javadocs](http://www.javadoc.io/badge/org.apache.camel/apache-camel.svg?color=brightgreen)](https://www.javadoc.io/doc/org.apache.camel/camel-core)
[![Stack Overflow](https://img.shields.io/:stack%20overflow-apache--camel-brightgreen.svg)](https://stackoverflow.com/questions/tagged/apache-camel)
[![Chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://camel.zulipchat.com/)
[![Twitter](https://img.shields.io/twitter/follow/ApacheCamel.svg?label=Follow&style=social)](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/)