• Stars
    star
    244
  • Rank 162,398 (Top 4 %)
  • Language
    Java
  • Created about 9 years ago
  • Updated about 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

使用dubbo注册服务,netty做服务器,springmvc提供restful接口

Dubbo-Zookeeper-Netty-SpringMVC

  1. dubbo-common 提供公共接口;
  2. dubbo-provide是服务提供者(接口的实现);
  3. dubbo-consumer是服务器消费者(接口的调用);
  4. zookeeper管理注册中心(负载均衡,资源同步-当然前提是集群);
  5. springmvc写restful接口;
  6. netty提供服务器,客户端的请求由spring的DispatcherServlet处理;