增加: 接入Swagger3 [未完成]

This commit is contained in:
TinyAnts
2023-03-14 19:00:36 +08:00
parent eff789eb82
commit 7bc8d4fce1
14 changed files with 154 additions and 36 deletions

View File

@@ -242,6 +242,12 @@
<artifactId>like-common</artifactId>
<version>${like.version}</version>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-boot-starter</artifactId>
<version>3.0.0</version>
</dependency>
</dependencies>
</dependencyManagement>