简体   繁体   English

Gosu的Spring Batch

[英]Spring Batch from Gosu

I would like to use Spring Batch as a library from Gosu. 我想将Spring Batch用作Gosu的库。 Do you have a comprehensive example on how to wire a Spring batch job in java code? 关于如何用Java代码连接Spring批处理作业,您是否有完整的示例?

There is new support for @Configuration in Spring Batch 2.2 snapshots, but I have no idea if that helps you in Gosu. Spring Batch 2.2快照中对@Configuration有新的支持,但是我不知道这对Gosu是否有帮助。 Example here . 这里的例子。 If you need to create everything imperatively look at SimpleJob and SimpleStepFactoryBean. 如果需要创建所有内容,请查看SimpleJob和SimpleStepFactoryBean。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM