Browse Source

初始化xxl-job配置

dev
xggz 3 years ago
parent
commit
e7842b0823
  1. 20
      zsw-scheduled-admin.yml

20
zsw-scheduled-admin.yml

@ -4,6 +4,26 @@ zsw:
username: xxl_job_230
password: zsw2022#Job
# xxl-job邮箱配置
spring:
mail:
default-encoding: UTF-8
host: smtp.exmail.qq.com
password: xxxxxx
port: 25
protocol: smtp
username: job@zsw.com
properties:
mail:
smtp:
auth: true
starttls:
enable: true
required: true
socketFactory:
class: javax.net.ssl.SSLSocketFactory
# 不启用邮箱连接检查
management:
health:
mail:

Loading…
Cancel
Save