Explorar el Código

fix: 修改swagger依赖的bug

ylc
weihongyang hace 2 años
padre
commit
a3802411d9
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  1. +11
    -0
      ym-gateway/pom.xml

+ 11
- 0
ym-gateway/pom.xml Ver fichero

@@ -41,6 +41,17 @@
<groupId>io.springfox</groupId>
<artifactId>springfox-boot-starter</artifactId>
<version>3.0.0</version>
<exclusions>
<exclusion>
<groupId>io.swagger</groupId>
<artifactId>swagger-models</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-models</artifactId>
<version>1.5.21</version>
</dependency>
</dependencies>


Cargando…
Cancelar
Guardar