[maven-release-plugin]  copy for tag camel-spring-boot-3.11.6
[maven-release-plugin] prepare release camel-spring-boot-3.11.6
372 files changed
tree: 3d60c3ccae124e22a111700d57fd4c396a8b3549
  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.jdk11
  19. Jenkinsfile.sb.jdk16
  20. KEYS
  21. LICENSE.txt
  22. mvnw
  23. mvnw.cmd
  24. NOTICE.txt
  25. pom.xml
  26. README.md
  27. starter-create
  28. starter-create.cmd
  29. starter-delete
  30. 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