|
|
@ -99,11 +99,13 @@
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.springfox</groupId>
|
|
|
|
<groupId>io.springfox</groupId>
|
|
|
|
<artifactId>springfox-boot-starter</artifactId>
|
|
|
|
<artifactId>springfox-boot-starter</artifactId>
|
|
|
|
<version>3.0.0</version>
|
|
|
|
<version>${swagger.version}</version>
|
|
|
|
<exclusion>
|
|
|
|
<exclusions>
|
|
|
|
<groupId>io.swagger</groupId>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>swagger-models</artifactId>
|
|
|
|
<groupId>io.swagger</groupId>
|
|
|
|
</exclusion>
|
|
|
|
<artifactId>swagger-models</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- io常用工具类 -->
|
|
|
|
<!-- io常用工具类 -->
|
|
|
|