From 54568adfdd460164eba5c703f15b2d68b7971cd4 Mon Sep 17 00:00:00 2001 From: 648540858 <456PANlinlin> Date: 星期五, 26 十一月 2021 23:05:36 +0800 Subject: [PATCH] 优化录像下载逻辑以及录像查询逻辑 --- pom.xml | 27 +++++++++++++++++++-------- 1 files changed, 19 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 93b4257..7a04892 100644 --- a/pom.xml +++ b/pom.xml @@ -13,6 +13,7 @@ <artifactId>wvp-pro</artifactId> <version>2.0</version> <name>web video platform</name> + <description>鍥芥爣28181瑙嗛骞冲彴</description> <repositories> <repository> @@ -46,6 +47,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.build.timestamp.format>MMddHHmm</maven.build.timestamp.format> <maven-jar-plugin.version>3.1.1</maven-jar-plugin.version> + <jedis-version>3.1.0</jedis-version> <!-- 渚濊禆鐗堟湰 --> <pagehelper.version>5.2.0</pagehelper.version> @@ -78,6 +80,12 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-security</artifactId> + </dependency> + + <dependency> + <groupId>redis.clients</groupId> + <artifactId>jedis</artifactId> + <version>${jedis-version}</version> </dependency> <!-- druid鏁版嵁搴撹繛鎺ユ睜 --> @@ -204,15 +212,10 @@ <!-- <version>1.0.8</version>--> <!-- </dependency>--> - - - <!-- onvif鍗忚鏍� --> <dependency> - <groupId>be.teletask</groupId> - <artifactId>onvif-java</artifactId> - <version>1.0.2</version> - <scope>system</scope> - <systemPath>${project.basedir}/libs/onvif-java-1.0.2.jar</systemPath> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-test</artifactId> +<!-- <scope>test</scope>--> </dependency> </dependencies> @@ -238,8 +241,16 @@ </plugin> <plugin> + <groupId>pl.project13.maven</groupId> + <artifactId>git-commit-id-plugin</artifactId> + </plugin> + + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <skipTests>true</skipTests> + </configuration> </plugin> </plugins> -- Gitblit v1.8.0