We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
根据文档的说明,在配置手动任务时指定jobBootstrapBeanName的名字,会自动创建OneOffJobBootstrap实例,然后在controller里直接注入即可。但是在实际使用的过程中发现,bean的加载顺序有点问题,只有在Controller上添加@lazy的注解才可以正常启动。是我用错了还是什么原因?还有就是如果不设置DB,是不是就不能加载了?
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
@Lazy
还有就是如果不设置DB,是不是就不能加载了?
elasticjob.tracing.type
RDB
linghengqian
Successfully merging a pull request may close this issue.
根据文档的说明,在配置手动任务时指定jobBootstrapBeanName的名字,会自动创建OneOffJobBootstrap实例,然后在controller里直接注入即可。但是在实际使用的过程中发现,bean的加载顺序有点问题,只有在Controller上添加@lazy的注解才可以正常启动。是我用错了还是什么原因?还有就是如果不设置DB,是不是就不能加载了?
The text was updated successfully, but these errors were encountered: