Learning Nacos? Let's start with services and practical tutorials~

preface I have written many articles related to Nacos, such as< Spring Cloud integration Nacos service discovery source code analysis? Turned three sets of source code, quality and freshness! >At present, it is also planned to write a column on technical analysis of Spring Cloud, one technical framework and one technical framework to dis ...

Added by bough on Thu, 10 Feb 2022 10:55:53 +0200

Spring cloud - Eureka Registration Center

Eureka principle eureka comes from ancient Greek words, meaning "discovered" eureka is divided into two parts, Server side and Client side Register Service registration The instance that wants to participate in service registration discovery needs to register information with Eureka server first Registration is submitted when th ...

Added by eatfishy on Thu, 10 Feb 2022 04:32:14 +0200

Microservice architecture learning SpringBoot integration Druid

Microservice architecture learning SpringBoot integration Druid Introduction to Druid A large part of Java programs need to operate the database. In order to improve the performance, they have to use the database connection pool when operating the database. Druid is a database connection pool implementation on Alibaba's open source platf ...

Added by phpn00bf4life on Thu, 10 Feb 2022 00:41:58 +0200

Take you ten days to easily finish the finale of Go micro service (Distributed Transaction)

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 servicesProduct serviceOrder servicePayment servicesRPC service Auth authenticationService monitoringLink track ...

Added by VanPEP on Wed, 09 Feb 2022 06:43:58 +0200

Learn about Spring Cloud micro service and micro service building (Nacos)

1, Introduction to microservices Microservices are service units that can be deployed independently, expanded horizontally and accessed independently. The smallest common microservice unit in Java is an independent project based on the SpringBoot framework. A micro service only does one thing (single responsibility), and multiple micro servic ...

Added by keithwjones on Wed, 09 Feb 2022 06:22:31 +0200

Relearn spring cloud series 8 - microservice gateway security authentication - JWT

Gateway JWT authentication process 1, Authentication process of gateway authentication document At present, the mainstream process of developing user authentication and service access authentication combined with microservice gateway and JWT token is as follows: User authentication process: the user sends a login authentication reques ...

Added by marinedalek on Tue, 08 Feb 2022 10:08:18 +0200

Re learn SpringCloud series nine micro service GateWay gateway

Is it necessary to learn Zuul? 1, What is API gateway Before we begin to explain the Spring Cloud GateWay, it is necessary to explain what an API gateway is. The word gateway first appeared in network devices, such as network devices with routing function, isolation function and security verification function between two isolated LANs. ...

Added by scorphus on Tue, 08 Feb 2022 06:19:06 +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

SpringCloud learning of java microservice architecture

The notes come from madness 1, Overview of microservices 1.1. What is micro service? Microservice architecture is a popular architecture idea in recent years. It is difficult to sum up its concept. What exactly is a micro service? We hereby quote Martin Fowler, chief scientist of ThoughtWorks, who put forward a paragraph in 2014: Original ...

Added by dougmcc1 on Thu, 03 Feb 2022 08:50:45 +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