Merge branch 'release/3.1.0' into camel-spring-boot-3.1.x
tree: 25e02aa167b5437aa35c4e0563dacd17714f4e1f
  1. .github/
  2. .mvn/
  3. catalog/
  4. components-starter/
  5. core/
  6. docs/
  7. examples/
  8. tests/
  9. tooling/
  10. .gitattributes
  11. .gitignore
  12. Jenkinsfile.sb
  13. Jenkinsfile.sb.jdk11
  14. KEYS
  15. LICENSE.txt
  16. mvnw
  17. mvnw.cmd
  18. NOTICE.txt
  19. pom.xml
  20. README.md
  21. starter-create
  22. starter-create.cmd
  23. starter-delete
  24. 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