Explorar el Código

swagger版本调整

cup hace 3 años
padre
commit
b37055a0db
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      mp-admin/pom.xml
  2. 1 1
      mp-common/pom.xml

+ 1 - 1
mp-admin/pom.xml

@@ -34,7 +34,7 @@
         <dependency>
             <groupId>com.github.xiaoymin</groupId>
             <artifactId>knife4j-spring-boot-starter</artifactId>
-            <version>2.0.8</version>
+            <version>2.0.9</version>
         </dependency>
 
         <!-- spring-boot-devtools -->

+ 1 - 1
mp-common/pom.xml

@@ -40,7 +40,7 @@
         <dependency>
             <groupId>com.github.xiaoymin</groupId>
             <artifactId>knife4j-spring-boot-starter</artifactId>
-            <version>2.0.8</version>
+            <version>2.0.9</version>
         </dependency>
 
         <!-- Spring框架基本的核心工具 -->