CAMEL-18279: fix spring.factories
1 file changed
tree: f595383e19a79f4d159c00d258861c40e6d39bcb
  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.jdk17
  19. KEYS
  20. LICENSE.txt
  21. mvnw
  22. mvnw.cmd
  23. NOTICE.txt
  24. pom.xml
  25. README.md
  26. starter-create
  27. starter-create.cmd
  28. starter-delete
  29. 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

More information can be found on the Camel website