Fix minor documentation typos (#1801)
2 files changed
tree: 622f9b267986d3bfe7256ec9532c12e59db40478
  1. .github/
  2. .mvn/
  3. archetypes/
  4. camel-spring-boot-sbom/
  5. catalog/
  6. components-starter/
  7. core/
  8. core-starter/
  9. docs/
  10. dsl-starter/
  11. parent/
  12. tests/
  13. tooling/
  14. .asf.yaml
  15. .gitattributes
  16. .gitignore
  17. AGENTS.md
  18. CLAUDE.md
  19. Jenkinsfile.sb
  20. Jenkinsfile.sb.deploy
  21. Jenkinsfile.sb.ppc64le
  22. KEYS
  23. LICENSE.txt
  24. mvnw
  25. mvnw.cmd
  26. NOTICE.txt
  27. pom.xml
  28. README.md
  29. SECURITY.md
  30. starter-create
  31. starter-create.cmd
  32. starter-delete
  33. 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