|
|
@ -5,7 +5,7 @@
|
|
|
|
<parent>
|
|
|
|
<parent>
|
|
|
|
<artifactId>ruoyi</artifactId>
|
|
|
|
<artifactId>ruoyi</artifactId>
|
|
|
|
<groupId>com.ruoyi</groupId>
|
|
|
|
<groupId>com.ruoyi</groupId>
|
|
|
|
<version>3.2</version>
|
|
|
|
<version>3.3</version>
|
|
|
|
</parent>
|
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
<packaging>jar</packaging>
|
|
|
@ -36,6 +36,19 @@
|
|
|
|
<artifactId>springfox-swagger2</artifactId>
|
|
|
|
<artifactId>springfox-swagger2</artifactId>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--防止进入swagger页面报类型转换错误,排除2.9.2中的引用,手动增加1.5.21版本-->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>io.swagger</groupId>
|
|
|
|
|
|
|
|
<artifactId>swagger-annotations</artifactId>
|
|
|
|
|
|
|
|
<version>1.5.21</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>io.swagger</groupId>
|
|
|
|
|
|
|
|
<artifactId>swagger-models</artifactId>
|
|
|
|
|
|
|
|
<version>1.5.21</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- swagger2-UI-->
|
|
|
|
<!-- swagger2-UI-->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.springfox</groupId>
|
|
|
|
<groupId>io.springfox</groupId>
|
|
|
|