Browse Source

Merge branch 'usky-cloud-2' of uskycloud/usky-cloud into master

gez 2 years ago
parent
commit
2e0714239f
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>