|
@@ -575,7 +575,7 @@ docker run -e PARAMS="--spring.datasource.url=jdbc:mysql://127.0.0.1:3306/xxl_jo
|
575
|
575
|
执行器组件,配置内容说明:
|
576
|
576
|
|
577
|
577
|
```
|
578
|
|
-@Bean(initMethod = "start", destroyMethod = "destroy")
|
|
578
|
+@Bean
|
579
|
579
|
public XxlJobSpringExecutor xxlJobExecutor() {
|
580
|
580
|
logger.info(">>>>>>>>>>> xxl-job config init.");
|
581
|
581
|
XxlJobSpringExecutor xxlJobSpringExecutor = new XxlJobSpringExecutor();
|