In the microservices framework, a request initiated by a client will go through a number of different service nodes in the back-end system to jointly...
Parent project: Globally manages the version numbers of all imported dependencies. After the version number is configured in the parent project, all modules inherited from...
In this section, we analyze the common microservice dependencies in our project as well as web-based MVC synchronous microservice dependencies and Web-based Flux asynchronous microservice...
What is Nacos? Nacos, an open source project of Alibaba, is a dynamic service discovery, configuration management and service management platform that makes it easier...
In general, a project will create a separate VOD video service to perform related operations on the video. Configure the aliyun basic environment and obtain...
Before using NACOS, we need to understand what role NACOS plays in the overall microservices architecture, where the registry is one of the very core...
As a new generation of microservice gateway, Spring Cloud is a gateway developed based on Spring Webflux technology. As a gateway in Spring Cloud ecosystem,...
In this section, we review and deeply understand the Maven dependency shortest path principle, and then give the structure of our project framework, which mainly...
Why Spring Cloud Alibaba? In the official website of Spring Cloud: In the past, The Spring Cloud was also officially recommended to use Netflix components,...
Sentinel is a flow control component oriented to distributed service architecture. It mainly takes traffic as the entry point and helps you ensure the stability...
This project provides an API gateway built on top of the Spring ecosystem, including Spring 5, Spring Boot 2, and Project Reactor. Spring Cloud Gateway...
Zookeeper is a distributed service framework and a sub-project of Apache Hadoop. It is mainly used to solve some data management problems often encountered in...
The previous article introduced the use of Spring Cloud Gateway. This article will show you how to aggregate Swagger documents at the Gateway layer, which...
In this section we detail the parent for all of our projects and the design of the spring-Framework-Common dependencies for the toolkit that uses Spring...
Through the previous learning, you have actually built a basic microservice architecture system to fulfill the business requirements. However, with the development and expansion of...
Keycloak provides an adapter for a popular Java application. In the last article in this series, we demonstrated security for Spring Boot, using one of...
Prerequisite: The SpringBoot version is 2.1.5.RELEASE and the spring-cloud version is Greenwich.SR1. Eureka can Register, Renew, Cancel and Get Registy to EurekaServer. Below, we will...
In this Nacos core logic article, we will explain the difference between "temporary instance" and "persistent instance" and the application scenarios. Nacos temporary instances and...