ソースを参照

okr逻辑改版

syh 4 年 前
コミット
64c8450412
1 ファイル変更22 行追加0 行削除
  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>