It's terrible to be integrated into OpenFeign by SpringBoot!! (recommended Collection)
Hello, I'm glacier~~
Recently, I'm using SpringBoot+K8S to develop a microservice system. Since I use K8S, I don't want to use SpringCloud. Why? Because K8S itself provides very 6 technologies for service registration and discovery, current limiting, fusing, load balancing and other micro services, why should I access spring cloud? Well, after ...
Added by gaugeboson on Sat, 22 Jan 2022 18:44:15 +0200
Microservice architecture * 2.3 Spring Cloud startup and loading configuration file source code analysis (taking Nacos as an example)
preface
reference material: <Spring Microservices in Action> Principles and practice of Spring Cloud Alibaba microservice "Spring cloud framework development tutorial in Silicon Valley of station B" Zhou Yang
To realize unified configuration management, Spring Cloud needs to solve two problems: how to obtain remote serve ...
Added by tstout2 on Sat, 22 Jan 2022 15:45:57 +0200
The use of Gateway gateway is not standardized, and two lines are required~
Spring cloud gateway is a gateway product that replaces zuul. It is based on Spring 5, Spring boot 2.0 and above, and Reactor, and provides arbitrary routing matching, assertion, and filtering functions.
The author's previous system also used Spring cloud gateway as the gateway for background application access. The version information adopted ...
Added by Joopy on Sat, 22 Jan 2022 12:34:49 +0200
Take you ten days to easily complete the Go micro service series
At the beginning of this article, we will publish a series of articles to show you a go zero micro service example in detail. The whole series is divided into ten articles, and the directory structure is as follows:
Environment construction (this article)
Service splitting
User services
Product service
Order service
Payment services
RPC servic ...
Added by giraffemedia on Sat, 22 Jan 2022 01:38:04 +0200
Microservice architecture | 2.2 unified configuration management of Alibaba Nacos
preface
reference material: <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 Nacos official website
Nacos is committed to solving the problems of unified configuration, service registration a ...
Added by scottbarry on Fri, 21 Jan 2022 12:16:14 +0200
Take you ten days to easily complete the Go micro service series
preface
We will show you a go zero micro service example in detail through a series of articles. The whole series is divided into ten articles, and the directory structure is as follows:
Environment constructionService splittingUser services (this article)Product serviceOrder servicePayment servicesRPC service Auth authenticationService monit ...
Added by Galia on Fri, 21 Jan 2022 09:34:11 +0200
Microservice architecture * 3.5 source code analysis of Nacos service registration and discovery
preface
reference material: <Spring Microservices in Action> Principles and practice of Spring Cloud Alibaba microservice "Spring cloud framework development tutorial in Silicon Valley of station B" Zhou Yang
In order to facilitate understanding and expression, the Nacos console and the Nacos registry are called the Naco ...
Added by shaun112 on Thu, 20 Jan 2022 18:46:32 +0200
Fast construction of Mongo cluster
I. Mongo cluster
In the project, most of the content is stored in MongoDB, and this part of the data is undoubtedly massive. So how to ensure the capacity and security of the data? The answer is: cluster.
MongoDB has three clustering modes: master-slave cluster (obsolete), replica cluster (recommended) and fragment cluster.
The master-slave ...
Added by dragongamer on Thu, 20 Jan 2022 03:45:46 +0200
Spring security - integrate JWT to use Token authentication and authorization in Webflux environment
1, SpringSecurity - WebFlux
In the previous article, we explained the dynamic role permission control of spring security in WebFlux environment. In this article, we will explain how spring security integrates JWT and uses Token authentication and authorization in WebFlux environment.
Last article address: https://blog.csdn.net/qq_43692950/ ...
Added by jameslynns on Wed, 19 Jan 2022 12:59:37 +0200
Micro service series: Nacos registry of Spring Cloud Alibaba
Follow the previous article Micro service series: service gateway Spring Cloud Gateway integration Sentinel current limiting - Nuggets (juejin.cn) After completing the basic study of Spring Cloud Gateway, starting from this article, we enter the study of Nacos.
Nacos is a dynamic service discovery, configuration management and service manageme ...
Added by manohoo on Wed, 19 Jan 2022 03:13:55 +0200