소스 검색

update swgger pom

guoenzhou 2 년 전
부모
커밋
bfe74a7419
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  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>