(chore):add swagger config (#308)

This commit is contained in:
Scott
2023-11-02 14:47:11 +08:00
committed by GitHub
parent 435e789fa4
commit bfac71a7d0
2 changed files with 34 additions and 0 deletions

View File

@@ -74,6 +74,18 @@
<artifactId>auth-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger2</artifactId>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger-ui</artifactId>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>