[maven-release-plugin]  copy for tag camel-spring-boot-3.5.0
[maven-release-plugin] prepare release camel-spring-boot-3.5.0
359 files changed
tree: 9e728983e839a71d9c529fca5b21f985f4237904
  1. .github/
  2. .mvn/
  3. catalog/
  4. components-starter/
  5. core/
  6. docs/
  7. tests/
  8. tooling/
  9. .asf.yaml
  10. .gitattributes
  11. .gitignore
  12. Jenkinsfile.sb
  13. Jenkinsfile.sb.jdk11
  14. Jenkinsfile.sb.jdk14
  15. KEYS
  16. LICENSE.txt
  17. mvnw
  18. mvnw.cmd
  19. NOTICE.txt
  20. pom.xml
  21. README.md
  22. starter-create
  23. starter-create.cmd
  24. starter-delete
  25. 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