Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/spring/13.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Spring getJobExecutions从开始时间到结束时间_Spring_Spring Batch - Fatal编程技术网

Spring getJobExecutions从开始时间到结束时间

Spring getJobExecutions从开始时间到结束时间,spring,spring-batch,Spring,Spring Batch,在我运行的Spring批处理系统中,我希望得到: jobExplorer.getJobExecutions从开始时间到结束时间 是否存在任何API或我需要手动查询数据库?您可以看到这个极好的答案 总结、部署和使用RESTJSONAPI /jobs/executions GET List all the job executions, in order of most recent to least

在我运行的Spring批处理系统中,我希望得到:

jobExplorer.getJobExecutions从开始时间到结束时间


是否存在任何API或我需要手动查询数据库?

您可以看到这个极好的答案

总结、部署和使用RESTJSONAPI

/jobs/executions GET List all the job executions, in order of most recent to least