[maven-release-plugin]  copy for tag camel-spring-boot-3.4.1
[maven-release-plugin] prepare release camel-spring-boot-3.4.1
348 files changed
tree: d360215a7f40241ef3a5c1f024ca47644662fe07
  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. 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