🎃 发布 4.8.0 新增 sms4j 短信融合

This commit is contained in:
疯狂的狮子Li
2023-07-10 11:06:58 +08:00
parent 6f6ac2c0cf
commit 8a692ed45a
311 changed files with 19093 additions and 607 deletions

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>ruoyi-vue-plus</artifactId>
<groupId>com.ruoyi</groupId>
<version>4.7.0</version>
<version>4.8.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
@ -227,21 +227,10 @@
<artifactId>aws-java-sdk-s3</artifactId>
</dependency>
<!-- 短信 使用方法查看 SmsConfig 说明 -->
<!--短信sms4j-->
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>dysmsapi20170525</artifactId>
</dependency>
<dependency>
<groupId>com.tencentcloudapi</groupId>
<artifactId>tencentcloud-sdk-java-sms</artifactId>
<exclusions>
<exclusion>
<groupId>com.squareup.okio</groupId>
<artifactId>okio</artifactId>
</exclusion>
</exclusions>
<groupId>org.dromara.sms4j</groupId>
<artifactId>sms4j-spring-boot-starter</artifactId>
</dependency>
<!-- 离线IP地址定位库 ip2region -->