Take you to quickly understand the microservice gateway!

Gateway concept Gateway is also known as inter network connector and protocol converter. Gateway realizes network interconnection above the network layer. It is a complex network interconnection device, which is only used for the interconnection of two networks with different high-level protocols. Gateway can be used for both Wan interconnecti ...

Posted by jotgabbi on Tue, 08 Mar 2022 19:16:13 +0100

Interface rapid development framework magic API 2 X initial experience

What is magic API? Magic API is a rapid interface development framework based on Java. The interface will be written through the UI interface provided by magic API and automatically mapped to HTTP interface. Common HTTP API interface development can be completed without defining Java objects such as Controller, Service, Dao, Mapper, XML and VO ...

Posted by smashmouth on Mon, 28 Feb 2022 12:19:36 +0100

Simple automated build environment

previously on At the end of 2021, idle teachers began to prepare for the service of enterprise projects and built a basic cluster. Of course, the cluster should be used when it is built. This article introduces how to use open source software to build a set of automatically built project environment. With this environment, project development ...

Posted by hagman on Mon, 28 Feb 2022 08:53:02 +0100

SpringCloud-2.0 (9. Load balancing - OpenFeign)

Last: 8 Load balancing - Ribbon Next: 10 Service degradation - Hystrix - causing problems Statement: original author: CSDN: Yuan_ four hundred and four 1 . summary 1.1 what is it GitHub : https://github.com/spring-cloud/spring-cloud-openfeign Feign is a declarative web service client, which makes it very easy to write a web service cl ...

Posted by SeaJones on Tue, 22 Feb 2022 10:58:31 +0100

Dubbo source code learning series integrates the zookeeper registry and provides a watcher mechanism

1. Replace map with zookeeper registry In the previous article, the remote registrymap was used to replace the cache of the zookeeper implementation service. The disadvantage of this method is that the map needs to be shared through files. If the list of service provider interfaces changes, it cannot be modified in time. How can we use the zoo ...

Posted by HiddenS3crets on Fri, 18 Feb 2022 23:28:30 +0100

Construction of micro cluster system

Project start In August 2021, the idle teacher found some old friends and joined the whole department in a new job. The work content is relatively easy. The idle teacher is the front-end identity in the team. In January 2022, one month before the new year, the idle teacher basically completed the work of the whole year and was relatively idle. ...

Posted by benzrf on Mon, 07 Feb 2022 03:59:33 +0100

Microservice architecture | 10.2 using Papertrail to realize log aggregation

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 Papertrail is a cloud based service (based on free value-added), which allows developers to aggregate log data from mul ...

Posted by zgkhoo on Sun, 06 Feb 2022 05:53:14 +0100

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 storage 1.1 ...

Posted by Katmando on Thu, 03 Feb 2022 10:52:20 +0100

Microservice architecture | 7.1 security authentication based on OAuth2

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 OAuth2 is a token based security authentication and authorization framework. It allows users to authenticate using third-party authenticati ...

Posted by petrb on Thu, 03 Feb 2022 06:29:38 +0100

A little thing about the state machine (FSM SMR DFSM)

Finite State MachineFinite state machine (English: finite state machine, abbreviation: FSM), also known as finite state automaton (English: finite state automaton, abbreviation: FSA), abbreviated as state machine, is a mathematical calculation model that represents finite states, transitions and actions between these states- WikipediaElements o ...

Posted by pspeakman on Wed, 02 Feb 2022 15:52:29 +0100