The mall Swarm project was upgraded to use Nacos for the registry and configuration center, but Jenkins' automatic deployment documentation has not been updated. Some...
The basic application of Spring Cloud Config mainly includes three elements: Configuration server configuration client configuration repository implementation of Config CLIe
When Spring Cloud is used to develop microservice applications, all service providers provide services externally in the form of HTTP interfaces. Therefore, when service consumers...
This section examines Eureka's architecture and its core concepts in detail. In the next section, we'll start with the instance configuration of Eureka, our microservices...
Console :(Dashboard) based on Spring Boot, packaged can run directly, no additional application containers such as Tomcat. Complete real-time monitoring: Sentinel also provides real-time monitoring...
Openfegin2. import dependencies 3. configure accordingly 4. access request 5. Use the browser to http://localhost:8080/create6. Problem == solution: Hystrix==7. Fuse handling using browser access
The second chapter of SpringCloud Alibaba practice analyzes the ordering process of an e-commerce system, focusing on the timing of inventory reduction. Finally, the service...
In this article, we will analyze the local caching and failover capabilities of Nacos through source code, involving the core classes ServiceInfoHolder and FailoverReactor. ServiceInfoHolder...
With the increasing number of microservices, if each microservice needs to implement a set of authentication operations by itself, such operations will be redundant. Therefore,...
SpringCloud Zuul provides gateway functionality in microservices, and today's purpose is to take a look at the basic architecture and configuration of SpringCloud Zuul.
We made two customizations for Undertow in this section: the need to turn on response time statistics in the AccessLog and monitor each Http request...
Recently, I want to establish an authentication and authorization platform based on Spring Cloud. The general idea is to authorize services between services, and I...
In this paper, 19 mind maps are used to describe the concepts and architectures related to microservices. Includes what is Microservices, Architecture Evolution, Microservices Architecture,...
In the last Spring Cloud Alibaba foundation tutorial 1: In this article, we demonstrate how to register and discover services using Nacos, and also introduce...
The convenience of Spring Boot is that it simplifies a lot of cumbersome configuration, which is a boon for developers. By introducing various Spring Boot...
What is message queue MQ? Message Queue and RocketMQ Message Queue MQ Message Queue (MQ for short) is a cross-process communication mechanism commonly used for...
The FeignClientFactoryBean component that was analyzed in the previous article is the component that generates the dynamic proxy for the FeignClient interface. FeignClientFactoryBean implements the...
Hi, I'm YourBatman. Spring Cloud version 2020.0.0 has been released. 2020.0.0 is the first Spring Cloud release to use the new version scheme. A few...