Giter Site home page Giter Site logo

dubbo-spring-boot-demo's Introduction

dubbo-spring-boot-demo

A simply spring boot driven Dubbo demo project.

Introduction

We've got three modules in this demo project, two Consumer modules and one Provider module:

  • provider, known as the server side of Dubbo, which will provide the Dubbo service and register service to the Registry.
  • consumer, known as the client side of Dubbo, which can find and consume the service provided by provider automatically by subscribing to the same Registry.
  • consumer-filter, same as the consumer module but shows you the usage of Dubbo's SPI extension point.

Run the demo

  1. Start the Provider
    Enter the provider module, run
./mvnw spring-boot:run
  1. Start the Consumer
    Enter one of the consumer module, run
./mvnw spring-boot:run

Links

dubbo-spring-boot-demo's People

Contributors

chickenlj avatar

Watchers

James Cloos 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.