显然,Spring Cloud项目除了生产者,还需要有消费者,Spring CLoud提供了两种方式的消费者,Ribbon和Feign。本文介绍Feign的使用。
Obviously, there are not only producers but also consumers in Spr[……]
显然,在微服务架构中,我们需要一个监控中心用于监控所有服务的状态,以及服务器资源占用,Spring社区提供了一个解决方案,Spring Boot Admin。 Obviously, we need a monitoring center to monitor the statuses of all[……]
显然,在分布式系统中,为了方便修改程序的属性,我们需要一个配置中心,Spring Cloud提供了一个解决方案——Spring Cloud Config. Obviously, in distributed systems, we need a config center to change th[……]
显然,在分布式系统中,为了将业务暴露给终端用户,同时平衡服务器压力,我们需要一个服务网关,Spring Cloud提供了一个解决方案—— Spring Cloud Gateway. Obviously, in distributed systems, we need a gateway to ex[……]