Skip to content

Releases: coderqianlq/spring-cloud-learning

Spring Cloud Config 加载多配置文件

16 Dec 14:38
ac19859
Compare
Choose a tag to compare
  • Cloud 加载多配置文件
  • 更新服务名称
  • 修复v1.1.0的bug

Spring Cloud Sleuth 服务链路追踪

11 Nov 10:53
a11fdce
Compare
Choose a tag to compare
  • 服务链路追踪集成 Zipkin
  • 修复v1.0.0的bug
  • 注释读取配置文件的代码

Spring Cloud 微服务搭建

29 Oct 05:20
8a1de33
Compare
Choose a tag to compare
  • 服务注册中心Eureka
  • 服务网关Zuul
  • 分布式配置中心 Config
  • 负载均衡Ribbon+服务降级Hystrix 集成Feign
  • 消息总线Bus