Continue learning about SpringCloud today. Last time we talked about the concept of microservices this time we talked about how to register a service on...
Spring Cloud Alibaba (1) Introduction to Spring Cloud Alibaba (2) Environment setup and NACOS Registry configuration Center Spring Cloud Alibaba (3) Setup A
Hello everyone, I am not only Chen ~ today this article introduces the Spring Cloud Gateway integration OAuth2.0 implementation of authentication and authorization, involves a...
Nacos 2.x abandons the long polling mode and uses the long connection for configuration synchronization. Let's take a look at how the Nacos configuration center...
The implementation of resource server authentication is simple. In the case that JWT is an access_token, you only need to configure JwtTokenStore to use @preauthorize...
Problem: Principle: Documentation: Step 2. Add a configuration file to the configuration center 3. Build a project and reference nacos4. Summary of the configuration file:
Traffic limiting limits the number of requests in a certain period of time to ensure system availability and stability and prevent system slowdowns or downtime...
In the previous article "Simple JWT Issuance and Refresh Construction Method based on Spring Cloud", we implemented simple token issuance and refresh. This article will...
The Spring Cloud is an ordered collection of frameworks. It uses the development convenience of Spring Boot to subtly simplify the development of distributed system...
The entire technology component of Spring Cloud currently used by companies basically includes what is shown above, and I have to say that the whole...
As a microservice governance framework, Spring Cloud considers almost every aspect of microservice governance. This post addresses these two questions: What is Spring Cloud doing...
JWT is a general stateless string used for back-end authentication. In Spring Cloud, JJWT package is generally used to issue and authenticate with Spring Cloud...
Here is how the 'authenticationEntryPoint' configuration item in the 'HttpSecurity' configuration works, which is used to handle credentials error or access without corresponding permissions.
1. Scenario Description Service node. Distributed link tracing technology 3. Distributed link tracing solutions on the market SpanID: In order to count the time delay...
This article introduces how the gateway layer integrates RBAC permission model for authentication. The contents of the article are as follows: What is RBAC permission...
If you want to know when @ ConditionalOnProperty annotation by the Spring, the first thing to look at another class -- ConfigurationClassPostProcessor, this class implements...
This article is about Skywalking, another solution for link tracking. What is Skywalking? The previous article introduced one approach to distributed link tracing: Spring Cloud...
Continue analyzing other access points. Other Access points that need to be initialized We sometimes need to do some custom initialization, but how do we...