mirror of https://github.com/jeecgboot/jeecg-boot
集成xxl-job-2.2.0之后,注解没有删掉,导致启动报端口冲突 #2228
parent
0ea4ac910a
commit
ce44147e6e
|
@ -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.");
|
||||
|
|
Loading…
Reference in New Issue