mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
executor服务xxljob配置补充
This commit is contained in:
+7
@@ -46,6 +46,13 @@ logging:
|
|||||||
file:
|
file:
|
||||||
name: ${user.home}/logs/${spring.application.name} # 日志文件名,全路径
|
name: ${user.home}/logs/${spring.application.name} # 日志文件名,全路径
|
||||||
|
|
||||||
|
xxl:
|
||||||
|
job:
|
||||||
|
executor:
|
||||||
|
appname: ${spring.application.name} # 执行器 AppName
|
||||||
|
logpath: ${user.home}/logs/xxl-job/${spring.application.name} # 执行器运行日志文件存储磁盘路径
|
||||||
|
accessToken: default_token # 执行器通讯TOKEN
|
||||||
|
|
||||||
--- #################### 接口文档配置 ####################
|
--- #################### 接口文档配置 ####################
|
||||||
|
|
||||||
springdoc:
|
springdoc:
|
||||||
|
|||||||
Reference in New Issue
Block a user