318.11. Spring Cloud Netflix Starter

可作为 Camel 2.19 提供

要使用初学者,请在 spring boot pom.xml 文件中添加以下内容:

<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-spring-cloud-netflix-starter</artifactId>
    <version>${camel.version}</version>
    <!-- use the same version as your Camel core version -->
</dependency>