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

3, User management microservice (Library User Service)

Microservice library user service, user management service. It provides a Restful interface for user management, which mainly realizes the functions of user registration, querying users according to user ID or email, querying books borrowed by users, etc. Full code: https://github.com/Justin02180218/micro-kit Package structure descriptio ...

Posted by chele on Sat, 11 Sep 2021 23:19:42 -0700