Design and Implementation of Microservices Gateway Based on Spring Cloud Zuul

Conference: CIBDA 2022 - 3rd International Conference on Computer Information and Big Data Applications
03/25/2022 - 03/27/2022 at Wuhan, China

Proceedings: CIBDA 2022

Pages: 5Language: englishTyp: PDF

Authors:
Xiong, Qiong; Li, Wenjie (Wuhan Technology and Business University, Wuhan, Hubei, China)

Abstract:
In recent years, the microservice architecture is currently one of the most popular types of distributed systems, and the API Gateway is particularly important as a unified entry point for microservices. In this article the library comprehensive management system is taken as an example, and an API Gateway based on Spring Cloud Zuul is designed and realized. Unified account authentication, unified account authentication and unified log analysis have been realized in this API Gateway by adding static routing configuration, user authentication filter, authority management filter, and log filter.