[maven-release-plugin]  copy for tag camel-spring-boot-3.6.0
[maven-release-plugin] prepare release camel-spring-boot-3.6.0
359 files changed
tree: d635b40d505d7e9f33192fb8c3c1e8c1e395e5e6
  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.deploy
  14. Jenkinsfile.sb.jdk11
  15. Jenkinsfile.sb.jdk14
  16. KEYS
  17. LICENSE.txt
  18. mvnw
  19. mvnw.cmd
  20. NOTICE.txt
  21. pom.xml
  22. README.md
  23. starter-create
  24. starter-create.cmd
  25. starter-delete
  26. 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