Spring cloud Gateway, service Gateway

When the services in the project are subdivided into many, a unified gateway is needed to control the request and response. In the micro service framework, in order to improve the performance of the gateway, the spring cloud gateway is implemented based on the WebFlux framework, and the bottom layer of the WebFlux framework uses the high-perfor ...

Posted by bruceleejr on Tue, 14 Sep 2021 22:43:35 -0700