From 533a54a2dff49b4b2fc314b80823b6d98873fb57 Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期五, 25 十一月 2022 12:31:35 +0800
Subject: [PATCH] bug改动 图片视频案卷查询优化
---
pom.xml | 22 ++++++++++++++++------
1 files changed, 16 insertions(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index 7eb1820..d8811a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
<docker.maven.plugin.version>0.40.0</docker.maven.plugin.version>
<druid.version>1.2.9</druid.version>
<hutool.version>5.8.0</hutool.version>
- <mysql-connector.version>8.0.29</mysql-connector.version>
+ <mysql-connector.version>8.0.26</mysql-connector.version>
<jjwt.version>0.9.1</jjwt.version>
<mybatis-plus.version>3.5.1</mybatis-plus.version>
<springfox-swagger.version>3.0.0</springfox-swagger.version>
@@ -181,11 +181,21 @@
<version>1.2.73</version>
</dependency>
-<!-- <dependency>-->
-<!-- <groupId>org.springframework.cloud</groupId>-->
-<!-- <artifactId>spring-cloud-starter-openfeign</artifactId>-->
-<!-- <version>2.2.7.RELEASE</version>-->
-<!-- </dependency>-->
+ <dependency>
+ <groupId>org.springframework.cloud</groupId>
+ <artifactId>spring-cloud-starter-openfeign</artifactId>
+ <version>3.1.3</version>
+ </dependency>
+ <!-- send_mail -->
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-mail</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-configuration-processor</artifactId>
+ <optional>true</optional>
+ </dependency>
</dependencies>
</project>
--
Gitblit v1.8.0