Target Camel 3.5.1-SNAPSHOT
1 file changed
tree: 9091ea0291633f9d1067191f5f02e3dca0fcf944
  1. .github/
  2. .mvn/
  3. catalog/
  4. components-starter/
  5. core/
  6. docs/
  7. tests/
  8. tooling/
  9. .asf.yaml
  10. .gitattributes
  11. .gitignore
  12. Jenkinsfile.sb
  13. Jenkinsfile.sb.jdk11
  14. Jenkinsfile.sb.jdk14
  15. KEYS
  16. LICENSE.txt
  17. mvnw
  18. mvnw.cmd
  19. NOTICE.txt
  20. pom.xml
  21. README.md
  22. starter-create
  23. starter-create.cmd
  24. starter-delete
  25. starter-delete.cmd
README.md

Apache Camel Spring Boot Support

Maven Central Javadocs Stack Overflow Gitter 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