Spring Cloud | 2020-03-22 Spring Cloud 13: Security Security is a fundamental feature that cannot be bypassed in almost any applicat ...
Spring Cloud | 2020-03-06 Spring Cloud 12: Message bus Before we start talking about Spring Cloud Bus, let’s look at another IT term: ESB (Enterprise Servi ...
Spring Cloud | 2020-02-28 Spring Cloud 11: Message-driven development - Stream Message-driven development has become one of the essential development methods for microservices arc ...
Spring Cloud | 2020-02-22 Spring Cloud 10: Unified Configuration Center In monolithic applications, we often use a configuration file (application (*). Properties (yml)) to ...
Spring Cloud | 2020-02-14 Spring Cloud 9: Distributed Tracing Solution - Sleuth When we develop microservice application, we usually divide microservices according to business logi ...
Spring Cloud | 2020-02-08 Spring Cloud 8: API Gateway - Zuul Part 2 The first impression of Zuul is usually like this: it includes two functions: routing and filtering ...
Spring Cloud | 2020-01-31 Spring Cloud 7: API Gateway - Zuul Part 1 With microservices architecture, each microservice exposes a set of fine-grained services to the out ...
Spring Cloud | 2020-01-17 Spring Cloud 6: Fault Tolerant - Hystrix When implementing the microservice architecture, we usually split the services into individual micro ...
Spring Cloud | 2020-01-11 Spring Cloud 5: Declarative REST Client - Feign In the previous blog, we can find that when we call the API through RestTemplate, the parameters mus ...
Spring Cloud | 2020-01-06 Spring Cloud 4: Load Balancer - Ribbon Before microservices, the load balancing solution was mainly a centralized load balancer. There was ...