内容简介:经过数个前期测试版本,Spring Cloud Finchley 终于迎来了正式版本: 下载地址 发行说明 显著变化: 与 Spring Boot 2.0.x 兼容 不支持 Spring Boot 1.5.x 最低要求 Java 8 新增 Spring Cloud Function 和 Spri...
经过数个前期测试版本,Spring Cloud Finchley 终于迎来了正式版本:
显著变化:
与 Spring Boot 2.0.x 兼容
不支持 Spring Boot 1.5.x
最低要求 Java 8
新增 Spring Cloud Function 和 Spring Cloud Gateway
Spring Cloud Gateway
这是一个基于 Spring Webflux 和 Reactor Netty 构建的 API 网关,可视为 Spring Cloud Netflix Zuul 的替代品。它提供了基于易于定义的谓词的动态路由。它还提供了适用于每个路由的过滤器,包括:路径重写,断路器(circuit breaker),添加或删除 headers ,速率限制和安全性。
Spring Cloud Function
Spring Cloud Function 的项目目标:
通过函数促进业务逻辑的实现。
将业务逻辑的开发生命周期与任何特定的运行时目标分离,以便相同的代码可以作为 Web 端点、流处理器或任务运行。
支持跨 serverless providers 的统一编程模型,以及独立运行(本地或 PaaS )的能力。
在 serverless providers 上启用 Spring Boot 功能(自动配置,依赖项注入,指标)。
更新包括:
Based on Spring Boot 2.0.3.RELEASE
Spring Cloud Consul
2.0.0.RELEASE(issues)Spring Cloud Gateway
2.0.0.RELEASE(issues)Spring Cloud Function
1.0.0.RELEASE(issues)Spring Cloud Zookeeper
2.0.0.RELEASE(issues)Spring Cloud Sleuth
2.0.0.RELEASE(issues)Spring Cloud Aws
2.0.0.RELEASE(issues)Spring Cloud Config
2.0.0.RELEASE(issues)Spring Cloud Cloudfoundry
2.0.0.RELEASESpring Cloud Security
2.0.0.RELEASESpring Cloud Netflix
2.0.0.RELEASE(issues)Spring Cloud Task
2.0.0.RELEASE(Blog Post)Spring Cloud Commons
2.0.0.RELEASESpring Cloud Contract
2.0.0.RELEASE(issues)Spring Cloud Stream
Elmhurst.RELEASE(Release Notes)Spring Cloud Vault
2.0.0.RELEASE(issues)Spring Cloud Bus
2.0.0.RELEASE(issues)Spring Cloud Openfeign
2.0.0.RELEASE(issues)
更多细节可查阅:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- Wine 3.2 发布,Windows 应用兼容层
- VirtualEnv 16.2.0 发布,兼容 fish 3
- Wine 2.15 发布,Windows 应用兼容层
- Wine 2.18 发布,Windows 应用兼容层
- Wine 2.19 发布,Windows 应用兼容层
- Wine 2.21 发布,Windows 应用兼容层
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
数据结构与算法分析
张琨、张宏、朱保平 / 人民邮电出版社 / 2016-2-1 / 45
本书共分10章,主要包括第1章绪论,第2章线性表,第3章栈和队列,第4章串,第5章数组和广义表,第6章 树和二叉树,第7章图,第8章查找,第9章内部排序,第10章算法分析。其内容模块涵盖了课堂教学、习题课教学、实验教学、自学辅导、综合训练等。立体化教材的使用在提高教学效率、增强教学效果、加大教学信息量、培养学生的应用与实践能力。 作者简介一起来看看 《数据结构与算法分析》 这本书的介绍吧!