blob: 5d1504f91b8615ef97c089352ad152350a03e7a4 [file] [log] [blame] [view]
# 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)](http://www.javadoc.io/doc/org.apache.camel/camel-core)
[![Stack Overflow](https://img.shields.io/:stack%20overflow-apache--camel-brightgreen.svg)](http://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](http://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/)