YuezhenQin / javaweb

0 stars 0 forks source link

Spring Cloud 服务管控: 服务发现, 服务通信, 分布式配置, 网关, 熔断 #12

Open YuezhenQin opened 1 month ago

YuezhenQin commented 1 month ago

服务发现 (Spring Cloud Eureka) 服务通信 分布式配置 (Spring Cloud Config) 网关 (Zuul) 熔断

YuezhenQin commented 1 month ago

Spring Cloud 是用于构建分布式系统的,一般分布式系统都会涉及到服务提供者服务消费者

YuezhenQin commented 1 month ago

加依赖、加注解、写配置。