在我正在运行的 Spring Batch 系统中,我想获得:
jobExplorer.getJobExecutions从开始时间到结束时间
是否有任何现有的 API 或者我需要手动查询数据库?
在我正在运行的 Spring Batch 系统中,我想获得:
jobExplorer.getJobExecutions从开始时间到结束时间
是否有任何现有的 API 或者我需要手动查询数据库?
You may look at this excellent answer https://stackoverflow.com/a/15504787/305142
To summarize, deploy Spring Batch Admin and use Rest JSON API
/jobs/executions GET List all the job executions, in order of most recent to least