Kaynağa Gözat

okr逻辑改版

syh 5 yıl önce
ebeveyn
işleme
64c8450412
1 değiştirilmiş dosya ile 22 ekleme ve 0 silme
  1. 22 0
      pom.xml

+ 22 - 0
pom.xml

@@ -166,6 +166,28 @@
             <artifactId>httpmime</artifactId>
             <version>4.5</version>
         </dependency>
+
+        <!-- Swagger API文档 -->
+        <dependency>
+            <groupId>io.springfox</groupId>
+            <artifactId>springfox-swagger2</artifactId>
+            <version>2.9.2</version>
+        </dependency>
+        <dependency>
+            <groupId>io.springfox</groupId>
+            <artifactId>springfox-swagger-ui</artifactId>
+            <version>2.9.2</version>
+        </dependency>
+        <dependency>
+            <groupId>com.github.xiaoymin</groupId>
+            <artifactId>swagger-bootstrap-ui</artifactId>
+            <version>1.9.3</version>
+        </dependency>
+        <dependency>
+            <groupId>io.springfox</groupId>
+            <artifactId>springfox-bean-validators</artifactId>
+            <version>2.9.2</version>
+        </dependency>
         <!--  -->
         <!-- Redis -->
         <dependency>