GateWay gateway of spring cloudalibaba project

SpringCloudAlibaba essay directory I SpringCloudAlibaba is the father of the project II Nacos building and service registration of spring cloud Alibaba project III Producers and consumers of spring cloud Alibaba project IV Ribbon load balancing of spring cloud Alibaba project V OpenFeign remote call of spring cloudalibaba project Vi Nacos confi ...

Added by benwilhelm on Mon, 03 Jan 2022 04:35:30 +0200

The most complete introduction to SpringCloudAlibaba in history takes you in-depth from scratch ♂ Learning - environment building

Spring cloud Alibaba (I) -- environment construction Introduction to spring cloud Alibaba springcloud The spring team has an open source microservice tool set to help us quickly build distributed systems (microservice systems) and provide netflix for spring organizations springcloud alibaba The open source microservice toolset of alibaba t ...

Added by adt2007 on Mon, 03 Jan 2022 01:50:01 +0200

nacos service registration and discovery

nacos service registration Please refer to the previous blog for basic knowledge of nacos and download and installation: nacos installation, operation and feature understanding The topic of this blog: both consumers and producers are registered in nacos, and consumer services can achieve load balancing and call producers. And it shows that the ...

Added by j0hn_ on Sun, 02 Jan 2022 15:22:17 +0200

SpringCloud-Ribbon Load Balancing

1. Introduction to Spring Cloud Ribbon Spring Cloud Ribbon is a set of client load balancing tools based on Netflix Ribbon. Simply put, Ribbon is an open source project published by Netflix that provides client-side software load balancing algorithms and service calls. The Ribbon client component provides a complete set of configuration ...

Added by ankhmor on Sat, 01 Jan 2022 11:09:15 +0200

Realize mobile phone login (SMS verification)

Login requirements 1. Login takes the form of pop-up layer 2. Login method: (1) Mobile phone number + mobile phone verification code (2) Wechat scanning 3. There is no registration interface. The first login determines whether the system exists according to the mobile phone number. If it does not exist, it will be registered automatically ...

Added by minds_gifts on Fri, 31 Dec 2021 13:18:58 +0200

Spring Cloud Alibaba: Gateway's routing filter factory

In the previous blog, the blogger introduced some of the Gateway's routing filter factories: Spring Cloud Alibaba: Gateway's routing filter factory (I) Construction works One parent module and two child modules (server module provides services and gateway module implements gateway). POM of parent module xml: <?xml version="1.0" encodin ...

Added by mhouldridge on Thu, 30 Dec 2021 19:11:37 +0200

Application practice of Day04~Nacos configuration center

Core knowledge points The birth background of the configuration center.The mainstream configuration center in the market.Introduction to Nacos configuration center.Nacos configuration center introduction practice.Configuration management model of Nacos configuration center. Background analysis We know that in addition to the code, the softw ...

Added by zrocker on Thu, 30 Dec 2021 16:05:22 +0200

SpringCloud microservice practice - build an enterprise level development framework: SpringCloud + Docker + k8s realize packaging deployment - packaging configuration of microservice cluster

   SpringCloud microservices contain multiple SpringBoot runnable applications. In a single application, the packaging and deployment during version release is relatively simple. When there are microservices of multiple applications, the original single application deployment method will appear complex and uncontrollable. Then we will ...

Added by FirePhoenix on Thu, 30 Dec 2021 10:01:41 +0200

Step by step screenshot of Feign learning notes of spring cloud service registration discovery (service governance) (with source code project written during learning)

SpringCloud The project source code written during the learning of the whole spring cloud: git@gitee.com:HumorChen/spring-cloud-parent.git The last blog was: eureka (service governance) Step by step screenshot of Eureka learning notes of spring cloud service registration discovery (service governance) (with the source code project written d ...

Added by abakash on Wed, 29 Dec 2021 17:54:44 +0200

SpringCloud-2020.0. Easy to get started with version 3

Spring Cloud 2020.0. Version 0 Beijing time 2020.12 22 release, completely removed all components of Netflix except Eureka, and supported springboot 2 4.x Netflix component alternatives (Feign can still be used, OpenFiegn as a REST client) NetflixRecommended alternativesexplainHystrixResilience4jHystrix also recommends you to use it inste ...

Added by Balu on Tue, 28 Dec 2021 05:18:14 +0200