我是springbatch的新手。我正在尝试创建一个批处理应用程序并与批处理管理 ui 集成。我使用的版本是 spring-batch-2.2.7 和 spring-batch-admin-1.3.0.M1。我可以使用 junit 运行我的工作,还可以在管理 ui 上查看我的所有工作。当我单击作业时,我收到 404 错误。
Home Page -
http://myServer/ApplicationName
List of jobs link -
http://myServer/ApplicationName/batch/jobs
When i click on the job link url is missing 'batch' in the url.
http://myServer/ApplicationName/jobs/JOBNAME
Can anyone please help me resolve this issue? Thanks!