swager/knife4j trivia record

1. Overview Hello, I'm Ouyang Fangchao. Today's event is still related to swagger (to be exact, knife4j). In the SpringBoot project integrating swagger, the dependencies introduced are as follows: <!-- https://mvnrepository.com/artifact/io.springfox/springfox-boot-starter --> <dependency> <groupId>io.springfox</group ...

Posted by eskick on Sun, 20 Feb 2022 15:15:09 +0100

Part 1 of the series of learning Swagger - get to know Swagger, a simple introduction to Swagger

For ease of reference, put the Swagger interface address directly (this sentence can be ignored) http://127.0.0.1/swagger-ui.html#/user-controller    What is the interface document of your company written in? I believe that both front-end and back-end are more or less tortured by interface documents. The front end often complains that the ...

Posted by rem on Mon, 31 Jan 2022 08:44:38 +0100

Spring boot integrates knife4j and says goodbye to handwritten interface documents

About knife4jKnife4j's predecessor is swagger bootstrap ui, which is a pure swagger ui UI ui skin projectAt the beginning, the original intention of the project was to write an enhanced version of swagger's front-end Ui. However, with the development of the project, in the face of more and more personalized requirements, we had to write back-en ...

Posted by Xu Wei Jie on Mon, 20 Dec 2021 12:53:49 +0100

Swagger -- interface document -- official website / annotation / Map/Content Type / export as MarkDown -- introduction / basis

Original website: Swagger -- interface document -- official website / annotation / Map/Content Type / export as MarkDown -- introduction / basis_ CSDN blog brief introduction explain         This article introduces the function of Swagger, why to use Swagger, official website, annotation, Map problem, export to MarkDown, ...

Posted by ermarkar on Fri, 08 Oct 2021 12:44:44 +0200