From a6cc8e8228568cce83feb4865c324a2b46307f27 Mon Sep 17 00:00:00 2001 From: zzc <1278921369@qq.com> Date: Thu, 12 Sep 2024 22:58:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=98=E5=8E=9F=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-dev.yml | 24 +------------------ 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application-dev.yml b/ruoyi-admin/src/main/resources/application-dev.yml index 280486e08..2bb1fa9a1 100644 --- a/ruoyi-admin/src/main/resources/application-dev.yml +++ b/ruoyi-admin/src/main/resources/application-dev.yml @@ -97,7 +97,7 @@ spring.data: # 数据库索引 database: 2 # redis 密码必须配置 -# password: ruoyi123 + password: ruoyi123 # 连接超时时间 timeout: 10s # 是否开启ssl @@ -127,28 +127,6 @@ redisson: subscriptionConnectionPoolSize: 50 --- # mail 邮件发送 -#mail: -# enabled: true -# host: smtp.qq.com -# port: 465 -# # 是否需要用户名密码验证 -# auth: true -# # 发送方,遵循RFC-822标准 -# from: 1278921369@qq.com -# # 用户名(注意:如果使用foxmail邮箱,此处user为qq号) -# user: 1278921369@qq.com -# # 密码(注意,某些邮箱需要为SMTP服务单独设置密码,详情查看相关帮助) -# pass: wynqzknymvnkhjea -# # 使用 STARTTLS安全连接,STARTTLS是对纯文本通信协议的扩展。 -# starttlsEnable: true -# # 使用SSL安全连接 -# sslEnable: true -# # SMTP超时时长,单位毫秒,缺省值不超时 -# timeout: 0 -# # Socket连接超时值,单位毫秒,缺省值不超时 -# connectionTimeout: 0 - - mail: enabled: true host: smtp.qiye.aliyun.com