[create-pull-request] automated change
9 files changed
tree: 55a35431f23df490e15aeb21fa15fb8e4466fd1e
  1. .github/
  2. .mvn/
  3. archetypes/
  4. catalog/
  5. components-starter/
  6. core/
  7. core-starter/
  8. docs/
  9. dsl-starter/
  10. parent/
  11. tests/
  12. tooling/
  13. .asf.yaml
  14. .gitattributes
  15. .gitignore
  16. Jenkinsfile.sb
  17. Jenkinsfile.sb.deploy
  18. Jenkinsfile.sb.jdk17
  19. KEYS
  20. LICENSE.txt
  21. mvnw
  22. mvnw.cmd
  23. NOTICE.txt
  24. pom.xml
  25. README.md
  26. starter-create
  27. starter-create.cmd
  28. starter-delete
  29. starter-delete.cmd
README.md

Apache Camel Spring Boot Support

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

More information can be found on the Camel website