Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quartz初始化监听器的问题 #5

Open
Iamtheferryman opened this issue Aug 2, 2019 · 0 comments
Open

quartz初始化监听器的问题 #5

Iamtheferryman opened this issue Aug 2, 2019 · 0 comments

Comments

@Iamtheferryman
Copy link

您这边添加了监听器之后,项目启动时会加载两个Scheduler,分别是配置文件中的DefaultQuartzScheduler()与config中通过SchedulerFactory重新加载的Schedule,

Scheduler scheduler = schedulerFactoryBean().getScheduler();
return scheduler;

其实我们一直在使用SchedulerFactory得到的Scheduler

请问存在这样的问题吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant