Dubbo project learning arrangement

Dubbo Learning Organize

learning materials

Dubbo one article is enough: from entry to actual combat

Reviews

Build Dubbo project

  1. First of all, we must clearly understand the basic principles of Dubbo
  2. Figure out the purpose of the project
  3. Find out which task implementation needs to be published as a service, that is, the provider is equivalent to the implementation of the project
  4. Find out which implementations need to be consumed, and use the interface provided by the provider to implement business calls, which can be understood as the place where the real business is realized, that is, the consumer

detailed configuration

Guess you like

Origin blog.csdn.net/zgc978823534/article/details/102893120