第 96 章 平台 HTTP
自 Camel 3.0 开始
仅支持消费者
平台 HTTP 用于允许 Camel 使用运行时中的现有 HTTP 服务器,例如在 Spring Boot、Quarkus 或其他运行时运行 Camel 时。
96.1. 依赖项 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
当在 Camel Spring Boot 中使用 platform-http
时,请确保使用以下 Maven 依赖项来支持自动配置:
<dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-platform-http-starter</artifactId> </dependency>
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-platform-http-starter</artifactId>
</dependency>