Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

rpc 远程过程调用

  • rpc-server : 服务提供者
    • rpc-server-api :服务提供者的接口定义
    • rpc-server-provider : 服务提供者的具体实现
      • com.ithawk.rpc.demo.vip.RpcServer :暴露服务具体位置
  • rpc-client:服务消费者