From ffe006d278d3bc2014a13be90081ee12aa128675 Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期一, 26 五月 2025 14:09:52 +0800
Subject: [PATCH] mysql连接参数中增加属性allowPublicKeyRetrieval=true
---
pms-parent/pms-common/pom.xml | 29 +++++++++++++++++++++++++----
1 files changed, 25 insertions(+), 4 deletions(-)
diff --git a/pms-parent/pms-common/pom.xml b/pms-parent/pms-common/pom.xml
index c125d75..4447d7d 100644
--- a/pms-parent/pms-common/pom.xml
+++ b/pms-parent/pms-common/pom.xml
@@ -134,6 +134,25 @@
<artifactId>easyexcel</artifactId>
<version>${easyexcel.version}</version>
</dependency>
+
+ <!--閽夐拤娑堟伅鎺ㄩ��-->
+ <dependency>
+ <groupId>com.aliyun</groupId>
+ <artifactId>alibaba-dingtalk-service-sdk</artifactId>
+ <version>${dingtalk.version}</version>
+ <exclusions>
+ <!-- spring-jcl鎻愪緵浜唋ogging锛屾墍浠ユ墦鍖呮椂鍘婚櫎瀵筧pache鐨刢ommons-logging鐨勪緷璧� -->
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <version>${commons-codec.version}</version>
+ </dependency>
<!-- vo po杞崲 -->
<dependency>
<groupId>org.mapstruct</groupId>
@@ -152,10 +171,6 @@
<artifactId>dubbo</artifactId>
<version>${dubbo.version}</version>
<exclusions>
- <exclusion>
- <groupId>io.netty</groupId>
- <artifactId>netty-all</artifactId>
- </exclusion>
<exclusion>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
@@ -207,6 +222,12 @@
<artifactId>javase</artifactId>
<version>${google.zxing.version}</version>
</dependency>
+ <!-- 鐢熸垚鍥剧墖缂╃暐鍥� -->
+ <dependency>
+ <groupId>net.coobird</groupId>
+ <artifactId>thumbnailator</artifactId>
+ <version>${thumbnailator.version}</version>
+ </dependency>
<!-- 鑾峰緱绯荤粺淇℃伅 -->
<dependency>
--
Gitblit v1.8.0