HTTP 支持

Spring Integration 的 HTTP 支持允许执行 HTTP 请求和处理入站 HTTP 请求。HTTP 支持包含以下网关实现:HttpInboundEndpointHttpRequestExecutingMessageHandler。另请参阅 WebFlux 支持

项目需要此依赖项

  • Maven

  • Gradle

<dependency>
    <groupId>org.springframework.integration</groupId>
    <artifactId>spring-integration-http</artifactId>
    <version>7.0.0</version>
</dependency>
compile "org.springframework.integration:spring-integration-http:7.0.0"

必须在目标 Servlet 容器上提供 jakarta.servlet:jakarta.servlet-api 依赖项。

© . This site is unofficial and not affiliated with VMware.