搜索资源列表
dubbo
- 负载均衡,错误转发。阿里巴巴DUBBO源码包。可用于配置多个服务器实现负载均衡,或者当服务器当掉之后容错转移-Load balancing, error forwarding.
mStoneTest
- 简易dubbo搭建,实现最基本的DUBBO服务者-Easy to build dubbo
dubbosh
- dubbo 脚本化启动,通过脚本文件启动脱离服务容器-dubbo
dubbo_test
- dubbo例子,dubbo的服务提供方和消费方的-Dubbo example, Dubbo service provider and consumer side
dubbo
- dubbo学习案例,包括生产者和消费者。采用main方法启动实例。-Case study of Dubbo, including producers and consumers. Main method is used to start the instance.
dubbo-master
- dubbo的源代码,官网下载下来的,需要的朋友可以研究其源码-Dubbo source code, download the official website, need a friend to study the source code
dubbo
- 对分布式web应用的简单实现,主要使用阿里巴巴开源项目 dubbo,希望对读者有用。- Simple implementation of distributed web applications, mainly using open source project Alibaba dubbo, hope useful to readers.
dubbo pay source
- the sample contains dubbo pay source
dubboWorkSpace
- dubbo+spring+zookeeper实例(dubbo+spring+zookeeper demo)
provider
- zookeeper+dubbo的开发实例+中文注释(Zookeeper+dubbo development example)
whatsmars
- 实操代码研究各种Java技术(Springboot+Redis+Dubbo+Rocketmq)(Springboot+Redis+Dubbo+Rocketmq)
dubbo-master
- dubbo源码,防止被删除了,版本2.5.4(Dubbo source, prevent deleted, version 2.5.4)
dubbo
- 使用Dubbo对传统工程进行服务化改造的思路介绍--工程源码(Introduction of the idea of service transformation of traditional engineering by using Dubbo -- engineering source code)
dubbox-master
- dubbo 分布式通讯框架,dubbo源码下载(Dubbo distributed communication framework, Dubbo source code download)
dubbo-user-book
- dubbo是开源的服务治理framework,用于分布式服务部署(Dubbo is an open source service governance framework for distributed service deployment)
dubbo-master
- dubbo控制台,基于windows的dubbo系列学习,源码。(Dubbo console, based on the windows Dubbo series of learning, source code.)
jesir-parent
- dubbo快速开发框架,用于系统整体架构开发(dubbo Rapid development framework for system overall architecture development)
Java基于dubbo分布式服务商城系统
- Java基于dubbo分布式服务商城系统 SSM框架基于Dubbo实现了分布式分模块Redis共享缓存的应用
dubbo-master
- dubbo学习,源码可以在服务器直接运行(dubbo-master learning)
dubbo-vue-server-master
- 采用前后端分离的模式,前端基于Vue+Element,后端基于Spring MVC,用Dubbo提供分布式服务,前端可以部署到nginx,后端Web可以部署到Tomcat,Dubbo服务可以作为独立的java进程运行,这种架构各层都比较容易实现横向扩展,可以根据业务量灵活调节。(Using the front and back separation model, the front end is based on the Vue+Element, the back end is based on