Skip to content

Latest commit

 

History

History
56 lines (30 loc) · 947 Bytes

README.md

File metadata and controls

56 lines (30 loc) · 947 Bytes

spring-cloud-example

spring-cloud example

Nacos

  • spring-cloud-nacos-config
  • spring-cloud-nacos-discovery
curl http://localhost:8080/config

代码解读

跟我学spring cloud之nacos

Feign

  • spring-cloud-feign-server
  • spring-cloud-feign-client
  • spring-cloud-feign-client-hystrix
curl http://localhost:8081/hello?name=tom

Gateway

  • spring-cloud-gateway

Security

Sentinel

  • spring-cloud-sentinel

下载地址

详解

java -Dserver.port=8081 -Dcsp.sentinel.dashboard.server=localhost:8081 -Dproject.name=sentinel-dashboard -jar sentinel-dashboard-1.7.2.jar

sleuth

  • spring-cloud-sleuth

zipkin下载