Spring批处理运行python代码?

Ren*_*aud 1 python spring-batch

是否可以使用Spring Batch来运行Python程序?Jython不是一个选项(因为依赖于许多Python库).

Mic*_*lla 6

SystemCommandTasklet如果你愿意,它允许你执行你想要的任何shell命令,包括python脚本.你可以在这里阅读文档:http://docs.spring.io/spring-batch/apidocs/org/springframework/batch/core/step/tasklet/SystemCommandTasklet.html