xuxueli hace 8 años
padre
commit
539c9e2c43
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      doc/XXL-JOB官方文档.md

+ 1 - 1
doc/XXL-JOB官方文档.md Ver fichero

@@ -566,7 +566,7 @@ CronTrigger cronTrigger = TriggerBuilder.newTrigger().withIdentity(triggerKey).w
566 566
 ```
567 567
 
568 568
 ##### 5.4.7 日志回调服务
569
-调度模块的“调度中心”作为Web服务部署时,一方面承担调度中心功能,另一方面为执行器提供API服务。
569
+调度模块的“调度中心”作为Web服务部署时,一方面承担调度中心功能,另一方面为执行器提供API服务。
570 570
 
571 571
 调度中心提供的"日志回调服务API服务"代码位置如下:
572 572
 ```