dubbo 的 spring boot 自动配置 dubbo-spring-boot-starter
- 授权协议: Apache
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://github.com/alibaba/dubbo-spring-boot-starter
- 软件文档: https://my.oschina.net/xionghui/blog/824945
软件介绍
dubbo-spring-boot-starter是 dubbo 的 spring boot starter,之前名称为spring-boot-starter-dubbo,因为命名规范问题调整为dubbo-spring-boot-starter。
dubbo-spring-boot-starter 支持的 jdk 版本为 1.6 or 1.6+。
dubbo-spring-boot-starter 很简单,也很方便使用,它同时集成了dubbo 的 provider 和 consumer 的功能。
-
当在 provider 端使用 dubbo-spring-boot-starter 时,可以选择不用 web 容器或者使用 web 容器;它作为 dubbo 的 provider 会提供简单的 RPC 服务。
-
当在 consumer 端使用 spring-boot-starter-dubbo 时,需要使用 web 容器,它会提供 health等监控。
Ruby元编程(第2版)
[意] Paolo Perrotta / 廖志刚 / 华中科技大学出版社 / 2015-8-1 / 68.80
《Ruby元编程(第2版)》在大量剖析实例代码的基础上循序渐进地介绍Ruby特有的实用编程技巧。通过分析案例、讲解例题、回顾Ruby类库的实现细节,作者不仅向读者展示了元编程的优势及其解决问题的方式,更详细列出33种发挥其优势的编程技巧。本书堪称动态语言设计模式。Ruby之父松本行弘作序推荐。一起来看看 《Ruby元编程(第2版)》 这本书的介绍吧!
