领先一步
VMware 提供培训和认证,助您加速进步。
了解更多亲爱的Spring社区!
今天,我们与 Google Cloud 团队一起,非常激动地宣布 Spring Cloud for Google Cloud Platform 项目 1.0 版本终于正式发布了!
本项目始于与 Google Cloud 团队的合作(我们非常感谢他们的努力),旨在实现并公开众所周知的 Spring Framework 模式和抽象,为使用 GCP 服务的 Java 开发人员带来 Spring 和 Spring Boot 的优势。我们花了大量时间(一年多!)一起讨论最方便和最有用的 API 和方法,以便目标项目能够方便地使用 GCP 服务。即使我们多次迭代实现以提供最佳的开发体验,但现在我们相信该项目已经成熟稳定,并且我们相信它的潜力。现在,我们非常激动地继续我们的合作,为 Spring Cloud 应用程序实现更多功能来公开 GCP 服务!
请查阅此前发布的 Release Candidate 1,其中详细介绍了该项目迄今为止实现的功能。自那时以来,我们已将项目升级到最新的 Finchley SR1,并包含了所有最新的传递性依赖项,并修复了多个问题。
可以通过 Spring Release 仓库和 Maven Central 上的 BOM 获取构件
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-gcp-dependencies</artifactId>
<version>1.0.0.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
在 Google Next 2018 大会上,观看我们非常棒的 Josh Long 和来自 Google 的 Ray Tsang 带来的 Spring Cloud GCP 项目的最新演示。
现在我们正忙于进行更多的集成,并且最近发布了 1.1.0.M1 版本,其中包含了 Spring Data Cloud Spanner 和 Spring Cloud Config 的预览支持。目前正在努力实现 Google Cloud Datastore 的 Spring Data 抽象。还有许多其他 Google Cloud 功能是我们希望通过 Spring 的 API 和配置便利性来解决和公开的。请随时向我们反馈任何意见,甚至 贡献!
来自 Spring Cloud GCP 团队
不要错过今年九月在华盛顿特区举行的 SpringOne Platform 大会!我将与 Google 团队一起,在 Spring Cloud for Google Cloud Platform 项目中展示这些以及更多其他功能。请查看 会议议程 并注册!