Commit ce44147e by zhangdaiscott

集成xxl-job-2.2.0之后,注解没有删掉,导致启动报端口冲突 #2228

parent 0ea4ac91
......@@ -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.");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment