# dubbo-spring-boot **Repository Path**: barrywang/dubbo-spring-boot ## Basic Information - **Project Name**: dubbo-spring-boot - **Description**: dubbo+zookeeper+spring-boot+Mybatis+Redis - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2017-10-31 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dubbo-spring-boot dubbo+zookeeper+spring-boot+Mybatis+Redis # dubbo-spring-boot-mybatis-redis 通过dubbo+spring boot+mybatis+redis等主流技术搭建成一套分布式服务框架 1、首先安装zookeeper+redis; 2、dearbinge-data-provider服务提供者项目的资源文件dubbo-spring-mybatis.xml下配置zookeeper地址; 3、dearbinge-openapi服务消费者的资源文件dubbo-services.xml下配置zookeeper地址,然后在application.properties下配置redis地址; 4、dearbinge-security服务消费者的资源文件dubbo-services.xml下配置zookeeper地址; 5、建立数据库文件cloudplate,创建`t_security`表单元素 6、启动dearbinge-data-provider项目下的mainloader注册服务提供者; 7、启动dearbinge-openapi项目下的App注册服务消费者; 8、整个项目即可完整运行。