- 授权协议: Apache
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://cloud.spring.io/spring-cloud-netflix/
- 软件文档: https://spring.io/docs
- 官方下载: https://github.com/spring-cloud/spring-cloud-netflix/releases
软件介绍
该项目通过自动配置和绑定到 Spring 环境以及其他 Spring 编程模型惯用语法为 Spring Boot 应用程序提供了 Netflix OSS 集成。
Spring Cloud Netflix 具有声明式 REST 客户端、断路器、服务发现、客户端负载均衡器、外部配置、路由器和过滤器这些特性。
Netflix 的项目建立在 Spring Boot 框架之上,提供了如下组件:
-
Eureka 用于 Spring 管理下的 Bean 服务发现
-
Zuul 处理路由服务,被视为请求的 ”守门员“
-
Ribbon 用于动态路由和负载均衡
-
Hystrix 提供了断路器功能,以处理无响应的 API 调用
-
Turbine 提供了关于 Hystrix 的全部可用断路器的信息
JavaScript and Ajax for the Web, Sixth Edition
Tom Negrino、Dori Smith / Peachpit Press / August 28, 2006 / $24.99
Book Description Need to learn JavaScript fast? This best-selling reference’s visual format and step-by-step, task-based instructions will have you up and running with JavaScript in no time. In thi......一起来看看 《JavaScript and Ajax for the Web, Sixth Edition》 这本书的介绍吧!
