领先一步
VMware 提供培训和认证,助您快速提升技能。
了解更多我们高兴地宣布 Spring Cloud Stream Fishtown 发行列车 的第二个候选版本 - Fishtown.RC2/2.1.0.RC2。
Spring Cloud Stream Fishtown 2.1.0.RC2 可在 Spring Milestone 仓库中使用。
作为 2.0.0.RC2 的后续版本,此版本主要包含一些小的增强和错误修复。目前来看,这应该是正式发布 2.0.0.RELEASE(几周后)之前的最后一个候选版本。
注意
如果应用程序是从 Spring Initializr 创建的,则需要在 spring-cloud BOM 声明之前在 Maven 依赖管理中添加此 BOM 代码片段,否则最终将使用最新的快照版本。
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-dependencies</artifactId>
<version>Fishtown.RC2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
与往常一样,我们欢迎您的反馈和贡献,请通过 Stackoverflow 或 GitHub 或 Gitter 与我们联系。