Git Product home page Git Product logo

rpc-ex-pro's Introduction

rpc-ex-pro

这是一个dubbo项目

springboot-dubbo
springboot dubbo 示例项目
dubbo官方文档:http://dubbo.apache.org/zh-cn/index.html
推荐使用注册中心:zookeeper

#Zookeeper起飞~

zookeeper的安装就不一一赘述了,最主要就是要添加一个zoo.cfg配置文件,具体安装可参见官方文档或某歌 启动zk的server端

#项目启动

1.首先启动服务提供方注册到zookeeper 提供方

2.服务消费方启动 消费方

3.rpc-api是服务消费方提供给外部调用的接口,如果调用者需要需要调用则需要引入该api依赖,一般需要把该api放到私服中

使用dubbo-admin管控

1.下载dubbo-admin的源码: git clone https://github.com/apache/dubbo-admin 目录结构

2.进入dubbo-admin-server目录,修改application.properties配置文件 修改配置

3.进入项目根目录打包,而不是dubbo-admin-server下打包,因为需要UI界面, mvn clean install -DskipTests=true,耗时有点长 打包构建

4.运行打包后的dubbo-admin.jar java -jar dubbo-admin-server/target/dubbo-admin.jar

  • by mqz

rpc-ex-pro's People

Contributors

demomeng avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.