From 91cbb14384d3ba2a4bc2b38d82ad85074fe528ef Mon Sep 17 00:00:00 2001 From: wl <173@qq.com> Date: 星期三, 16 十一月 2022 17:59:04 +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