Browse Source

update litemall-wx-api/pom.xml.
优化接口文档显示和请求

神人表婶 5 years ago
parent
commit
7d808e04b8
1 changed files with 17 additions and 6 deletions
  1. 17 6
      litemall-wx-api/pom.xml

+ 17 - 6
litemall-wx-api/pom.xml

@@ -50,12 +50,23 @@
         </dependency>
 
         <dependency>
-            <groupId>io.springfox</groupId>
-            <artifactId>springfox-swagger-ui</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>io.springfox</groupId>
-            <artifactId>springfox-swagger2</artifactId>
+		     <groupId>io.springfox</groupId>
+			 <artifactId>springfox-swagger2</artifactId>
+		</dependency>
+		
+		<dependency>
+			<groupId>io.springfox</groupId>
+			<artifactId>springfox-swagger-ui</artifactId>
+		</dependency>
+		
+		<!--引入ui包-->
+		<dependency>
+	 		 <groupId>com.github.xiaoymin</groupId>
+	 		 <artifactId>swagger-bootstrap-ui</artifactId>
+		</dependency>
+		<dependency>
+            <groupId>com.google.guava</groupId>
+            <artifactId>guava</artifactId>
         </dependency>
 
         <dependency>