内容简介:Spring Cloud Config 1.4.4 已发布,官网已显示该版本为 GA 版本,但未找到具体的更新内容,了解更新细节可先查阅 commits 记录。 Spring Cloud Config 为分布式系统中的外部化配置提供服务器和客户端的支持。 ...
Spring Cloud Config 1.4.4 已发布,官网已显示该版本为 GA 版本,但未找到具体的更新内容,了解更新细节可先查阅 commits 记录。
Spring Cloud Config 为分布式系统中的外部化配置提供服务器和客户端的支持。
MAVEN:
<dependencyManagement> <dependencies> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-config</artifactId> <version>1.4.4.RELEASE</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-config</artifactId> </dependency> </dependencies>
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《Spring Cloud Config 1.4.4 发布,外部配置服务》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
HTML 压缩/解压工具
在线压缩/解压 HTML 代码
图片转BASE64编码
在线图片转Base64编码工具