内容简介:Spring Cloud Finchley 的 Service Release 1 (SR1) 版本已发布,本次更新主要是对其包含的一些模块进行了升级,查看发布说明以了解更多信息。Spring Cloud Edgware 基于 Spring Boot 2.0.x 而构建。 已升级的模...
Spring Cloud Finchley 的 Service Release 1 (SR1) 版本已发布,本次更新主要是对其包含的一些模块进行了升级,查看发布说明以了解更多信息。Spring Cloud Edgware 基于 Spring Boot 2.0.x 而构建。
已升级的模块
Based on Spring Boot 2.0.4.RELEASE
Spring Cloud Consul
2.0.1.RELEASE
(issues)Spring Cloud Gateway
2.0.1.RELEASE
(issues)Spring Cloud Sleuth
2.0.1.RELEASE
(issues)Spring Cloud Config
2.0.1.RELEASE
(issues)Spring Cloud Netflix
2.0.1.RELEASE
(issues)Spring Cloud Commons
2.0.1.RELEASE
(issues)Spring Cloud Contract
2.0.1.RELEASE
(issues)Spring Cloud Stream
Elmhurst.SR1
(Release Notes)Spring Cloud Vault
2.0.1.RELEASE
(issues)Spring Cloud Openfeign
2.0.1.RELEASE
(issues)
使用
通过附带有 BOM 的 Maven 开始使用:
<dependencyManagement> <dependencies> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-dependencies</artifactId> <version>Finchley.SR1</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-config</artifactId> </dependency> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId> </dependency> ... </dependencies>
Gradle
buildscript { dependencies { classpath "io.spring.gradle:dependency-management-plugin:1.0.5.RELEASE" } } apply plugin: "io.spring.dependency-management" dependencyManagement { imports { mavenBom 'org.springframework.cloud:spring-cloud-dependencies:Finchley.SR1' } } dependencies { compile 'org.springframework.cloud:spring-cloud-starter-config' compile 'org.springframework.cloud:spring-cloud-starter-netflix-eureka-client' ... }
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- 模块打包器 Webpack 4.19.0 发布,修复 Bug
- WGCLOUD 监控系统更新,进程监控模块 bug 修复
- GNOME 3.28.2 发布,大量模块更新及 Bug 修复
- 模块加载打包工具 Webpack 4.16.1 发布,修复 Bug
- GoLand 2018.2.3 发布,修复 Go 模块中的问题
- Tengine-2.2.3 发布,修复 HTTP/2 和 MP4 模块安全
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
我是90后,我是创业家
腾讯互联网与社会研究院 / 华章图书 / 2015-1-1 / 48.00元
第1本揭秘17个90后精彩创业故事 他们是:脸萌创始人郭列、北大硕士卖米粉的张天一、微博《我只过1%的生活》短时间转发35万多次的伟大的安妮、备受争议的90后总裁余佳文、节操姐CEO陈桦……17位90后的创业家为你分享他们的创业故事!从这些90后孩子的经历中,还可以看到互联网带来的巨大好处,这又是这一代人的幸运。这些创业者有一个共同特点,即他们在做自己事业的时候,会经常遇到来自家庭和社会的阻......一起来看看 《我是90后,我是创业家》 这本书的介绍吧!