Skip to content

Commit

Permalink
Merge pull request #284 from cheng521521/main
Browse files Browse the repository at this point in the history
feat: add xxl-job executor appname is env
  • Loading branch information
cheng521521 committed Jul 31, 2024
2 parents 331acb7 + 71894cb commit 3d09c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,6 @@ xxl:
addresses: http://${XXL_JOB_ADMIN_HOST}/xxl-job-admin
accessToken: ${XXL_JOB_TOKEN}
executor:
appName: websit-backend
appName: ${XXL_JOB_APPNAME}
port: 9998
log-path: ${XXL_JOB_EXECUTOR_lOG_PATH} # executor log path

0 comments on commit 3d09c99

Please sign in to comment.