mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-01-10 03:18:12 +00:00
集成xxl-job-2.2.0之后,注解没有删掉,导致启动报端口冲突 #2228
This commit is contained in:
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…
x
Reference in New Issue
Block a user