# spring-boot-dubbo **Repository Path**: Kristening/spring-boot-test ## Basic Information - **Project Name**: spring-boot-dubbo - **Description**: Spring boot +dubbo实际操作案例 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2016-11-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: spring-boot-ext **Tags**: None ## README ### Spring Boot + Dubbo SpringBoot结合dubbo搭建框架,来开发前、后端服务分离的案例 - 1、下载zookeeper后,复制zoo_sample.cfg后,修改名称为zoo.cfg。 - 2、进入zookeeper的bin目录,直接启动即可。 - 3、git项目最新的源码包,然后mvn package - 4、启动accountServ、bizService的主类作为服务的提供者,在zookerper控制台可以看到服务注册成功 - 5、启动portal的主类,作为服务消费者。 ![基本代码结构说明](http://git.oschina.net/uploads/images/2016/1212/120640_aefdaabc_330875.png "在这里输入图片标题")