You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
914 B
42 lines
914 B
zsw: |
|
databases: |
|
url: jdbc:mysql://127.0.0.1:3306/xxl_job_230?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&failOverReadOnly=false&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=GMT%2B8 |
|
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: |
|
enabled: false |
|
|
|
### xxl-job调度中心配置 |
|
xxl: |
|
job: |
|
accessToken: xxx |
|
i18n: zh_CN |
|
triggerpool: |
|
fast: |
|
max: 200 |
|
slow: |
|
max: 100 |
|
logretentiondays: 30 |