将 Spring Batch 从 1.1.3 转换为 2.0.0
我正在尝试将 Spring Batch 作业从版本 1.1.3 转换为 2.0.0,但出现了许多错误。设法解决了其中的大部分问题,但没有解决以下问题:在我的 QuartzBatchLauncher 中,代码调用“new ClassPathXmlApplicationContextJobFactory(bean,path,parent)”,并且我没有运气发现与此类等效的 2.0 是什么。感谢任何为我指明正确方向的帮助。谢谢。
I'm trying to convert Spring Batch jobs from version 1.1.3 to 2.0.0 and have gotten numerous errors. Managed to resolve most of these, but not the following: In my QuartzBatchLauncher, the code invokes "new ClassPathXmlApplicationContextJobFactory(bean, path, parent)" and I've had no luck discovering what is the 2.0 equivalent to this class. Appreciate any help pointing me in the right direction. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可能是,这个?
May be, this?