Update README.adoc
1 file changed
tree: c8920d79bfbf926b36e0e5cc6538be0e2bf47d20
  1. .mvn/
  2. camel-catalog-provider-springboot/
  3. camel-itest-spring-boot/
  4. camel-spring-boot/
  5. camel-spring-cloud/
  6. camel-spring-cloud-consul/
  7. camel-spring-cloud-netflix/
  8. camel-spring-cloud-zookeeper/
  9. components-starter/
  10. examples/
  11. tooling/
  12. .gitattributes
  13. .gitignore
  14. Jenkinsfile.sb
  15. Jenkinsfile.sb.dev
  16. Jenkinsfile.sb.dev.jdk11
  17. Jenkinsfile.sb.jdk11
  18. KEYS
  19. LICENSE.txt
  20. mvnw
  21. mvnw.cmd
  22. NOTICE.txt
  23. pom.xml
  24. README.md
  25. starter-create
  26. starter-create.cmd
  27. starter-delete
  28. 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