Spring Cloud
Since Camel 2.19
Spring Cloud component
Maven users will need to add the following dependency to their pom.xml
in order to use this component:
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-spring-cloud</artifactId>
<version>${camel.version}</version> <!-- use the same version as your Camel core version -->
</dependency>
camel-spring-cloud
jar comes with the spring.factories
file, so as
soon as you add that dependency into your classpath, Spring Boot will
automatically auto-configure Camel for you.