
【服务框架-Dubbo】
dubbo
一棵树~
just do it
展开
-
Dubbo入门(一)
目录 一、什么是dubbo 二、Dubbo的架构 三、使用方法 1、spring配置: 1.1 单一工程中spring的配置: 1.2 远程服务: 1.3 发布服务: 1.4 调用服务: 2、注册中心: 2.1 Zookeeper的安装: 一、什么是dubbo 随着互联网的发展,网站应用的规模不断扩大,常规的垂直应用架构已无法应对,分布式服务架构以及流动计算架构势在必行,亟...原创 2018-08-12 16:23:32 · 323 阅读 · 0 评论 -
关于Failed to check the status of the service com.xxx.service.ItemService. No provider available.....
项目中用dubbo发生: Failed to check the status of the service com.test.service.ItemService. No provider available for the service..... org.springframework.beans.factory.BeanCreationException: Error cr...原创 2018-09-19 08:52:03 · 2850 阅读 · 1 评论 -
电商(3)之Dubbox框架
目录: 1、Dubbox简介 2、注册中心Zookeeper 2.1、Zookeeper 介绍 2.2、Zookeeper在Linux系统的安装 2.3、Zookeeper服务启动 3、Dubbox本地JAR包部署与安装 4、配置离线约束 5、入门小Demo 5.1、服务提供者开发 5.1.1、创建Maven工程(WAR)dubboxdemo-service ,在pom.xm...原创 2018-10-17 23:58:58 · 440 阅读 · 0 评论