Browse Source

update swgger pom

guoenzhou 2 years ago
parent
commit
bfe74a7419
1 changed files with 6 additions and 0 deletions
  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>