Spring Cloud Stream 正式版發布 - Fishtown.RELEASE (2.1.0.RELEASE)
經過令人興奮的旅程,我們很高興地宣布 Spring Cloud Stream Fishtown 版本系列 - Fishtown.RELEASE/2.1.0.RELEASE 的正式版發布。
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-dependencies</artifactId>
<version>Fishtown.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
Spring Cloud Stream Fishtown (2.1.0.RELEASE) 可在 Maven Central 和 Spring Repo 中使用…