Skip to content

Latest commit

 

History

History
72 lines (60 loc) · 5.71 KB

README.md

File metadata and controls

72 lines (60 loc) · 5.71 KB

如果您觉得本代码对您有所帮助,请点击页面右上方"Star"鼓励一下作者,谢谢

说明

Spring Cloud 的各种Demo的博客地址如下:

公共工程

以下相关工程相关内容:hystrix、hystrix dashboard、feign配置线程池

简单的demo

介绍springcloud用法

  • cloud-parent 定义公共的POM.XML
  • cloud-config-git 存储配置文件,用于配置中心通过git方式读取数据

cloud-service

服务提供者 测试地址:

cloud-consumer

服务消费者 测试地址:

cloud-ribbon

  • ribbon用法