Pre Merge pull request !387 from zszdevelop/master

This commit is contained in:
zszdevelop
2022-01-18 03:31:10 +00:00
committed by Gitee
5 changed files with 27 additions and 31 deletions

View File

@ -125,6 +125,19 @@
<artifactId>javax.servlet-api</artifactId>
</dependency>
<!-- swagger3-->
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-boot-starter</artifactId>
</dependency>
<!-- 防止进入swagger页面报类型转换错误排除3.0.0中的引用手动增加1.6.2版本 -->
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-models</artifactId>
<version>1.6.2</version>
</dependency>
</dependencies>
</project>