Swagger study notes

About Swagger Front and rear end separation Front end: front end control layer, view layerBack end: back end control layer, service layer and data access layerThe front and back ends interact through ApiThe front and rear ends are relatively independent and loosely coupled Problems arising During front-end and back-end integration, the fron ...

Posted by chetanrakesh on Mon, 04 Oct 2021 14:39:25 -0700

Spring boot integrates swagger gracefully

Import dependency <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId> <version>2.9.2</version> </dependency> <dependency> <groupId>io.springfox ...

Posted by Michael Lasky on Thu, 09 Sep 2021 15:06:36 -0700