Skip to content

Releases: coderqianlq/spring-cloud-learning

Spring Cloud Config 加载多配置文件

Choose a tag to compare

@coderqianlq coderqianlq released this 16 Dec 14:38
ac19859
  • Cloud 加载多配置文件
  • 更新服务名称
  • 修复v1.1.0的bug

Spring Cloud Sleuth 服务链路追踪

Choose a tag to compare

@coderqianlq coderqianlq released this 11 Nov 10:53
a11fdce
  • 服务链路追踪集成 Zipkin
  • 修复v1.0.0的bug
  • 注释读取配置文件的代码

Spring Cloud 微服务搭建

Choose a tag to compare

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