-
springCloud全部基础的demo项目.rar下载
资源介绍
springCloud项目基础demo全部文件夹,包括文档桌面,代码中有说明与注释,附带参考的博客地址
项目文件夹介绍:
springcloud-eureka ---注册中心(核心)参考博客地址:
https://blog.****.net/qq_33333654/article/details/102636388
client ---- feign方式调用demo项目 参考博客地址:
https://blog.****.net/qq_33333654/article/details/102636704
producer ---- feign方式调用demo项目 参考博客地址:
https://blog.****.net/qq_33333654/article/details/102782751
consumer ---- Hystrix-dashboard 断路监控项目demo 参考博客地址:
https://blog.****.net/qq_33333654/article/details/102793842
hystrix-turbine ---- turbine监控统计汇总项目 参考博客地址:
https://blog.****.net/qq_33333654/article/details/102798573
consumerNode01与consumerNode02 项目 ---- 熔断相关项目 参考博客地址:
https://blog.****.net/qq_33333654/article/details/102798573
spring-cloud-config-** ---- 已该前缀开头的项目均跟配置中心相关(核心),参考博客地址:
https://blog.****.net/qq_33333654/article/details/103081664
注意:其中包含了集成rabbitmq,参考博客地址:
https://blog.****.net/qq_33333654/article/details/103182042
gateway-service-zuul-simple ---- zuul网关,单项目,暂时未做高可用。参考博客地址:
https://blog.****.net/qq_33333654/article/details/103269348
zipkin-server ---- 链路追踪项目 参考博客地址:
https://blog.****.net/qq_33333654/article/details/103401787
- 上一篇: spring boot 所有‘demo,打包下载’
- 下一篇: spring cloud demo