mirror of
https://gitee.com/jeecg/JeecgBoot.git
synced 2026-05-18 05:07:49 +00:00
集成xxl-job-2.2.0之后,注解没有删掉,导致启动报端口冲突 #2228
This commit is contained in:
@@ -25,7 +25,8 @@ public class XxlJobConfiguration {
|
||||
@Autowired
|
||||
private XxlJobProperties xxlJobProperties;
|
||||
|
||||
@Bean(initMethod = "start", destroyMethod = "destroy")
|
||||
//@Bean(initMethod = "start", destroyMethod = "destroy")
|
||||
@Bean
|
||||
@ConditionalOnClass()
|
||||
public XxlJobSpringExecutor xxlJobExecutor() {
|
||||
log.info(">>>>>>>>>>> xxl-job config init.");
|
||||
|
||||
Reference in New Issue
Block a user