From fb8a5d483bcaad8d0c4a9ac5842291eef694eb05 Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: 星期三, 11 一月 2023 11:33:01 +0800 Subject: [PATCH] 修复redis查询 --- pom.xml | 36 ++++++++++++++---------------------- 1 files changed, 14 insertions(+), 22 deletions(-) diff --git a/pom.xml b/pom.xml index f005247..c0c9900 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ <groupId>com.genersoft</groupId> <artifactId>wvp-pro</artifactId> - <version>2.3.2</version> + <version>2.6.7</version> <name>web video platform</name> <description>鍥芥爣28181瑙嗛骞冲彴</description> @@ -60,20 +60,6 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> - <exclusions> - <exclusion> - <groupId>redis.clients</groupId> - <artifactId>jedis</artifactId> - </exclusion> - <exclusion> - <groupId>io.lettuce</groupId> - <artifactId>lettuce-core</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-pool2</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> @@ -167,13 +153,17 @@ <version>2.1.3</version> </dependency> - <!-- json瑙f瀽搴揻astjson --> + <!-- json瑙f瀽搴揻astjson2 --> <dependency> - <groupId>com.alibaba</groupId> - <artifactId>fastjson</artifactId> - <version>1.2.83</version> + <groupId>com.alibaba.fastjson2</groupId> + <artifactId>fastjson2</artifactId> + <version>2.0.17</version> </dependency> - + <dependency> + <groupId>com.alibaba.fastjson2</groupId> + <artifactId>fastjson2-extension</artifactId> + <version>2.0.17</version> + </dependency> <!-- okhttp --> <dependency> @@ -277,14 +267,16 @@ </configuration> </plugin> - <!-- <plugin> + <plugin> <groupId>pl.project13.maven</groupId> <artifactId>git-commit-id-plugin</artifactId> <version>3.0.1</version> <configuration> <offline>true</offline> + <failOnNoGitDirectory>false</failOnNoGitDirectory> + <dateFormat>yyyyMMdd</dateFormat> </configuration> - </plugin>--> + </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> -- Gitblit v1.8.0