2026-07-02 15:03:16 +08:00
|
|
|
# JOB 配置
|
2026-06-26 11:43:58 +08:00
|
|
|
xxl-job:
|
|
|
|
|
admin:
|
|
|
|
|
address: ${common.xxl-job.address}
|
|
|
|
|
username: ${common.xxl-job.username}
|
|
|
|
|
password: ${common.xxl-job.password}
|
|
|
|
|
executor:
|
2026-07-02 15:03:16 +08:00
|
|
|
app-name: ${spring.application.name}
|
|
|
|
|
accessToken: ${common.xxl-job.access-token}
|