diff options
| author | doufenghu <[email protected]> | 2020-02-21 17:30:08 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2020-02-21 17:30:08 +0800 |
| commit | 5350840a9f4c76fbb6c5ec4b3bdf8c75dcc9ccf3 (patch) | |
| tree | bb4cfd98a85e10c6a43340bf8885463a6e5802c0 /xxl-job-executor-samples/xxl-job-executor-sample-springboot/target/classes/application.properties | |
| parent | c71da1bd2069ae9f608bc214aae7d8ea3b2f97c0 (diff) | |
Diffstat (limited to 'xxl-job-executor-samples/xxl-job-executor-sample-springboot/target/classes/application.properties')
| -rw-r--r-- | xxl-job-executor-samples/xxl-job-executor-sample-springboot/target/classes/application.properties | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/xxl-job-executor-samples/xxl-job-executor-sample-springboot/target/classes/application.properties b/xxl-job-executor-samples/xxl-job-executor-sample-springboot/target/classes/application.properties new file mode 100644 index 0000000..7b8865f --- /dev/null +++ b/xxl-job-executor-samples/xxl-job-executor-sample-springboot/target/classes/application.properties @@ -0,0 +1,22 @@ +# web port +server.port=8081 + +# log config +logging.config=classpath:logback.xml + + +### xxl-job admin address list, such as "http://address" or "http://address01,http://address02" +xxl.job.admin.addresses=http://127.0.0.1:8080/xxl-job-admin + +### xxl-job executor address +xxl.job.executor.appname=xxl-job-executor-sample +xxl.job.executor.ip= +xxl.job.executor.port=9996 + +### xxl-job, access token +xxl.job.accessToken= + +### xxl-job log path +xxl.job.executor.logpath=./data/applogs/xxl-job/jobhandler +### xxl-job log retention days +xxl.job.executor.logretentiondays=30 |
