spring - 404 error on clicking job link on springbatch admin ui -


i new springbatch. trying create batch application , integrate batch admin ui. versions used spring-batch-2.2.7 , spring-batch-admin-1.3.0.m1. able run job using junit , able see jobs on admin ui. when click on job, getting 404 error.

home page -  http://myserver/applicationname list of jobs link -  http://myserver/applicationname/batch/jobs  when click on job link url missing 'batch' in url. http://myserver/applicationname/jobs/jobname  can please me resolve issue? thanks! 

please use 1.3.0 release version of spring batch admin ( http://spring.io/blog/2014/07/28/spring-batch-admin-1-3-0-release-is-available ). should work current spring batch versions (2.2.x , 3.0.x). tested spring batch version 3.0.1.

there starting point configuring spring batch admin spring boot: https://blog.codecentric.de/en/2014/08/spring-batch-admin-spring-boot-2/


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -