Target Camel 3.8.1-SNAPSHOT for development
1 file changed
tree: e7dd1424412444f65f3111808e1a332caaa14939
  1. .github/
  2. .mvn/
  3. archetypes/
  4. catalog/
  5. components-starter/
  6. core/
  7. docs/
  8. parent/
  9. tests/
  10. tooling/
  11. .asf.yaml
  12. .gitattributes
  13. .gitignore
  14. Jenkinsfile.sb
  15. Jenkinsfile.sb.deploy
  16. Jenkinsfile.sb.jdk11
  17. Jenkinsfile.sb.jdk16
  18. KEYS
  19. LICENSE.txt
  20. mvnw
  21. mvnw.cmd
  22. NOTICE.txt
  23. pom.xml
  24. README.md
  25. starter-create
  26. starter-create.cmd
  27. starter-delete
  28. 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