|
此版本仍在开发中,尚不被认为是稳定的。对于最新的稳定版本,请使用 Spring Integration 6.5.1! |
HTTP 支持
Spring Integration的HTTP支持允许运行HTTP请求和处理入站HTTP请求。HTTP支持包括以下网关实现:HttpInboundEndpoint和HttpRequestExecutingMessageHandler. 另请参阅 WebFlux 支持。
您需要将此依赖项包含在您的项目中:
-
Maven
-
Gradle
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-http</artifactId>
<version>6.4.7-SNAPSHOT</version>
</dependency>
compile "org.springframework.integration:spring-integration-http:6.4.7-SNAPSHOT"
这jakarta.servlet:jakarta.servlet-api必须在目标 Servlet 容器上提供依赖项。