diff options
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 |
