swagger2 integration is not so casual

A high-quality interface documentation tool is essential for front and rear joint debugging. Otherwise, the front and back office personnel will keep communicating back and forth, wasting a lot of time. In most enterprises, the swaager is used in the interface document, and perhaps the only drawback is that the ui style is not particularly awe ...

Posted by xgrewellx on Sat, 20 Nov 2021 08:28:51 -0800

[DEVOPS] realize real-time update of application interface documents

With the help of maven plugin + custom service Swagger2Word service, the real-time update and online display of RESTful API documents meeting the requirements of custom format are realized. (Note: the API interface documents here are independent of the application. Unlike Swagger, you must start the application to see the corresponding document ...

Posted by Flyier on Sat, 23 Oct 2021 06:38:14 -0700

Introduction and usage of swagger

swagger describes how to use it 1. Introduction to swagger 1. It is a standard and complete framework for you to better write API documents. 2. Provides description, production, consumption, and visualization of restful web services. 3. It is a formal specification supported by a large set of tools. This collection covers everything from th ...

Posted by jcrocker on Tue, 21 Sep 2021 22:51:11 -0700