Ver Fonte

更新说明

穿云 há 5 meses atrás
pai
commit
82c67229f5

+ 5 - 1
README.md

@@ -41,7 +41,7 @@
 ## 📦安装配置
 ## 📦安装配置
 
 
 #### 版本介绍
 #### 版本介绍
-- dbsyncer-x.x.x.zip(开源版)
+- dbsyncer-x.x.x.zip(社区版)
 - dbsyncer-enterprise-x.x.x.zip([专业版](https://gitee.com/ghi/dbsyncer/wikis/DBSyncer%E4%B8%93%E4%B8%9A%E7%89%88))
 - dbsyncer-enterprise-x.x.x.zip([专业版](https://gitee.com/ghi/dbsyncer/wikis/DBSyncer%E4%B8%93%E4%B8%9A%E7%89%88))
 
 
 #### 方式一 下载安装包
 #### 方式一 下载安装包
@@ -92,6 +92,10 @@ $ ./build.sh
 
 
 <img src="https://foruda.gitee.com/images/1722860668272963387/7110f00f_376718.png" />
 <img src="https://foruda.gitee.com/images/1722860668272963387/7110f00f_376718.png" />
 
 
+<img src="https://foruda.gitee.com/images/1723201166659982908/b519cee8_13999669.png" />
+
+[专业版介绍](https://gitee.com/ghi/dbsyncer/wikis/DBSyncer%E4%B8%93%E4%B8%9A%E7%89%88)
+
 [更多测试报告](https://gitee.com/ghi/dbsyncer/wikis/%E5%BF%AB%E9%80%9F%E4%BA%86%E8%A7%A3/%E6%80%A7%E8%83%BD%E6%B5%8B%E8%AF%95)
 [更多测试报告](https://gitee.com/ghi/dbsyncer/wikis/%E5%BF%AB%E9%80%9F%E4%BA%86%E8%A7%A3/%E6%80%A7%E8%83%BD%E6%B5%8B%E8%AF%95)
 
 
 ## 🐞常见问题
 ## 🐞常见问题

+ 1 - 1
dbsyncer-plugin/src/main/java/org/dbsyncer/plugin/impl/MailNotifyServiceProvider.java

@@ -69,7 +69,7 @@ public final class MailNotifyServiceProvider implements NotifyService {
             sf.setTrustAllHosts(true);
             sf.setTrustAllHosts(true);
             props.put("mail.smtp.ssl.enable", "true");
             props.put("mail.smtp.ssl.enable", "true");
             props.put("mail.smtp.ssl.socketFactory", sf);
             props.put("mail.smtp.ssl.socketFactory", sf);
-            // 构建授权信息,用于进行SMTP进行身份验证
+            // 构建授权信息,用于进行SMTP身份验证
             session = Session.getInstance(props, new Authenticator() {
             session = Session.getInstance(props, new Authenticator() {
                 @Override
                 @Override
                 protected PasswordAuthentication getPasswordAuthentication() {
                 protected PasswordAuthentication getPasswordAuthentication() {