Swagger study notes
Swagger
Learning objectives
Understand the role and concept of SwaggerUnderstand front and rear end separationIntegrating Swagger in SpringBoot
About Swagger
Front and rear end separation Vue + SpringBoot Post era: the front end only manages static pages; html – > last paragraph. The latter part of the template engine JSP - > is ...
Posted on Tue, 05 Oct 2021 19:41:30 -0400 by michaelh613
Swagger notes (MAD God)
Swagger
The video tutorial comes from madness and says: https://space.bilibili.com/95256449
Notes from: https://blog.csdn.net/weixin_44635198/article/details/107721418
Understand the concept and function of SwaggerUnderstand front and rear end separationIntegrating swagger in spring boot
1. About Swagger
Front and rear end separation ...
Posted on Tue, 28 Sep 2021 23:06:44 -0400 by platnium
The spring boot project integrates knife4j 2.0.5 and realizes the input parameter grouping verification display
I wrote an article before: How to write API documents gracefully when front end and back end are separated
However, some of the configurations are not perfect enough, so they will be optimized this time.
1. Path grouping configuration
In the project, some paths need to log in, some do not need to log in, and the interfaces that need to log i ...
Posted on Mon, 20 Sep 2021 03:08:13 -0400 by trackz