Spring Cloud Microservices Beginner Tutorial (9): Zuul Gateway Integrating Swagger2 for Auto-generated RESTful API Docs
In the previous section we covered Spring Cloud's API gateway Zuul. As service interfaces grow, we also need a tool to manage the interface documentation, so in this section I introduce Swagger. It is not part of the microservices architecture, but it is very practical, so I included it in the beginner tutorial. Swagger can not only visualize interfaces as documentation, but also test online and generate SDKs. This section mainly covers integrating Swagger; we won't go into Swagger usage in detail — I'll write a dedicated tutorial on that later.

