During project startup, two log directories are created, one of which is named log.base_IS_UNDEFINED. The structure of the project is a spring-boot project with spring-Cloud...
Hystrix is an open-source component for distributed system fault tolerance. Netflix uses Hystrix extensively in its projects. The word Hystrix means "porcupine", covered with quills...
In the last article, the YouLai-Mall project realized a unified authentication and authorization platform under microservices through the integration of Spring Cloud Gateway, Spring Security...
Microservices are an architecture that separates a single overall application into smaller, project-related independent services. A service typically implements a separate set of features or...
SpringCloudGateway manually write routing rules for request forwarding this article is mainly to provide a forwarding route code implementation, said before gateway is the use...
The article mainly writes the realization steps, the specific code is attached too much, affects the reading. https://github.com/toyranger/chins-mall-backend.git) 1. The Spring Security oAuth2 password mode...
Spring Cloud Security provides a series of solutions for the construction of secure SpringBoot applications. Combined with Oauth2, it can realize single sign-on, token relay,...
This project demonstrates how to use Nacos Discovery Starter to register and discover services for microservice applications. Nacos is an open source platform for dynamic...
When the Gateway filter RequestRateLimiter is used, the HTTP status code 429 of the Response request is returned when the request is restricted. The simple...
Hystrix translates to the porcupine, which is covered with spines and thus protects itself from predators, representing a defense mechanism. The Hystrix open source framework...
For response timeouts, we need to verify that the retries are only for methods that can be retried (both GET methods and retried methods configured)...