Commit b62744e1 authored by liqin's avatar liqin 💬

bug fixed

parent c7086c71
...@@ -89,8 +89,9 @@ ...@@ -89,8 +89,9 @@
<artifactId>bcprov-jdk15on</artifactId> <artifactId>bcprov-jdk15on</artifactId>
<version>1.54</version> <version>1.54</version>
</dependency> </dependency>
<!-- Swagger配置 --> <!-- Swagger配置 -->
<dependency> <!--<dependency>
<groupId>io.springfox</groupId> <groupId>io.springfox</groupId>
<artifactId>springfox-swagger2</artifactId> <artifactId>springfox-swagger2</artifactId>
<version>2.9.2</version> <version>2.9.2</version>
...@@ -119,7 +120,13 @@ ...@@ -119,7 +120,13 @@
<groupId>io.swagger</groupId> <groupId>io.swagger</groupId>
<artifactId>swagger-models</artifactId> <artifactId>swagger-models</artifactId>
<version>1.6.2</version> <version>1.6.2</version>
</dependency>-->
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-boot-starter</artifactId>
<version>3.0.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>io.jsonwebtoken</groupId> <groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt</artifactId> <artifactId>jjwt</artifactId>
...@@ -198,6 +205,10 @@ ...@@ -198,6 +205,10 @@
<artifactId>hutool-all</artifactId> <artifactId>hutool-all</artifactId>
<version>4.6.17</version> <version>4.6.17</version>
</dependency> </dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<!-- 视频获取第一帧 --> <!-- 视频获取第一帧 -->
<dependency> <dependency>
<groupId>org.bytedeco</groupId> <groupId>org.bytedeco</groupId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment