Explorar el Código

update swgger pom

guoenzhou hace 2 años
padre
commit
bfe74a7419
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      base-common/ruoyi-common-swagger/pom.xml

+ 6 - 0
base-common/ruoyi-common-swagger/pom.xml

@@ -30,5 +30,11 @@
             <version>${swagger.fox.version}</version>
         </dependency>
 
+       <dependency>
+           <groupId>io.springfox</groupId>
+           <artifactId>springfox-swagger-ui</artifactId>
+           <version>${swagger.fox.version}</version>
+       </dependency>
+
 	</dependencies>
 </project>