Spring Integration for AWS 2.0 GA 和 Spring Cloud Stream Kinesis Binder 1.0 GA
尊敬的 Spring 社区:
很高兴宣布支持 Amazon Web Services 的 Spring 项目的通用可用性 (GA):Spring Integration for AWS 2.0.0.RELEASE
和 Spring Cloud Stream Binder for AWS Kinesis 1.0.0.RELEASE
。
这两个 artifact 已在 Spring Release 仓库和 Maven Central 中提供,可作为依赖项使用
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-aws</artifactId>
<version>2.0.0.RELEASE</version>
</dependency>
...
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring…