1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29# 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/)