From f05383c46370ec8c4f4b8b8165ffab3769dd06a2 Mon Sep 17 00:00:00 2001 From: jinpengyong <jpy123456> Date: Wed, 19 Jun 2024 14:19:09 +0800 Subject: [PATCH] fix:路段定时任务提交 --- screen-job/src/main/resources/application-qa.yml | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/screen-job/src/main/resources/application-qa.yml b/screen-job/src/main/resources/application-qa.yml index 6a60364..520e023 100644 --- a/screen-job/src/main/resources/application-qa.yml +++ b/screen-job/src/main/resources/application-qa.yml @@ -66,7 +66,17 @@ driver-class-name: com.mysql.cj.jdbc.Driver max-conn-lifetime-millis: 20 test-on-return: false - + mail: + host: smtp.qq.com # ������������������(���������),������������QQ��������������� + username: 909710561@qq.com # ��������������� - ��������� + password: vimrublcqpktbdjh # ���������������������������������QQ������������SMTP������������������QQ������ + properties: + mail: + smtp: + auth: true # ��������������������������������������������������������������������������� + starttls: #SMTP������������:���������������TLS������������ + enable: true + required: true mybatis-plus: mapper-locations: classpath:mapper/*.xml global-config: -- Gitblit v1.8.0