springboot+duubo+nacos build
1, nacos server download and installation
1. Download
https://github.com/alibaba/nacos/tags
2. Installation
I'll demonstrate the stand-alone version on windows. Download it here zip file
cmd startup.cmd -m standalone
Access interface: http://localhost:8848/nacos
The default account password is nacos
At this time, it indicates ...
Added by fredcool on Mon, 07 Feb 2022 12:10:30 +0200
Implementation of Spring Cloud Alibaba Nacos service registration and discovery function!
Nacos is an important part of Spring Cloud Alibaba. It provides two important functions: service registration and discovery and unified configuration center.The service registration and discovery function has solved the function of the connection management and request forwarding of the caller and the service provider in the micro service clust ...
Added by shiggins on Mon, 07 Feb 2022 04:23:31 +0200
GatewayFilter and GlobalFilter in Spring Cloud Gateway|
Abstract: This paper mainly introduces what is GatewayFilter and GlobalFilter, as well as the differences and connections. Then it introduces how to customize the use of GatewayFilter and GlobalFilter in Spring Cloud Gateway.
1. Filter of spring cloud gateway
The Filter in Spring Cloud gateway can be divided into two types in terms of interfa ...
Added by tridean34 on Sun, 06 Feb 2022 19:55:05 +0200
SpringCloud - Learning and Recording of Key Components such as Eureka Feign Ribbon Hystrix Zuul
SpringCloud - Learning and Recording of Key Components such as Eureka Feign Ribbon Hystrix ZuulPreface: This is the thoughts and summary of the recent learning of the mad SpringCloud tutorial. Since the understanding of the SpringCloud system is still in its early stages, there will inevitably be biases in terms of wording and understanding. Pl ...
Added by loony383 on Sun, 06 Feb 2022 19:48:13 +0200
Distributed tracking using Spring Cloud Jaeger
In this article, learn how to implement Jaeger (based on OpenTracing and Spring Boot applications) and how to use Jaeger UI to visualize tracing.
introduce
In this article, we will explore how to use Jaeger to implement distributed tracing and how to use Jaeger UI to visualize tracing.
Jaeger is an open source distributed tracking mecha ...
Added by zeb on Sat, 05 Feb 2022 09:15:34 +0200
The features of dubbo are different from those of spring cloud
Dubbo supports the service provision mode of short connection and large amount of data, but in most cases, it uses the mode of long connection and small amount of data to provide services. Therefore, Dubbo is indeed an option that can be considered for products with many synchronous call scenarios like e-commerce and can support the cost of bui ...
Added by dearsina on Fri, 04 Feb 2022 10:41:46 +0200
SpringCloud - learning and recording of Eureka feign ribbon, hystrix zuul and other key components
SpringCloud - learning and recording of Eureka feign ribbon, hystrix zuul and other key components
Foreword: This article is the feeling and summary after learning the crazy spring cloud tutorial recently. Since the understanding of the spring cloud system is still in the initial stage, it is inevitable to be biased in wording and understandin ...
Added by nerya on Fri, 04 Feb 2022 08:31:25 +0200
01 Nacos unified configuration management
Nacos implements configuration management
① Add profile in Nacos
② Introducing the config dependency of nacos into microservices
③ Add a bootstrap. In the microservice YML, configure the nacos address, current environment, service name, file suffix and namespace. These determine which file to read from nacos when the program starts
Add conf ...
Added by sglane on Fri, 04 Feb 2022 07:49:09 +0200
Springcloud Day12 - spring cloud Alibaba sentinel service fusing and current limiting
15. Spring cloud Alibaba sentinel realizes fusing and current limiting
15.1 general
15.1.1 official website
english: https://github.com/alibaba/Sentinel
chinese: https://github.com/alibaba/Sentinel/wiki/%E4%BB%8B%E7%BB%8D
15.1.2 introduction
In one sentence, we explained the Hystrix before
15.1.3 where to go
https://github.com/a ...
Added by csaba on Thu, 03 Feb 2022 11:23:51 +0200
Microservice architecture | 7.2 building OAuth2 security authentication using JWT token storage
preface
<Spring Microservices in Action> Principle and practice of Spring Cloud Alibaba microservice "Spring cloud framework development tutorial in Silicon Valley of station B" Zhou Yang
JWT provides specifications and standards for OAuth2 tokens, and JWT tokens can be customized;
1. Basic knowledge of JWT token stor ...
Added by tomandhannah on Thu, 03 Feb 2022 07:23:06 +0200