Hide Jobs from Spring Batch Admin -
i hide jobs "job names registered" list on spring batch admin job's tab.
i'm using old version, 'spring-batch-core-2.2.6.release' , 'spring-batch-admin-manager-1.3.0.release', , didn't find helpful on bean definition tag org/springframework/batch/core/configuration/xml/spring-batch-2.2.xsd
so before doing 'dirty' things on controller or remove obj #list jobs, on jobs.ftl, unwanted jobs i'm asking i'm not still able find.
many thanks
the jobs listed come in jobregistry
. default, spring batch admin uses automaticjobregistrar
loads jobs in application contexts. however, in case, should able override bean (jobloader
) in override configuration , provide own registrar loads jobs want. can read more overriding beans in spring batch admin in documentation here: http://docs.spring.io/spring-batch-admin/reference/reference.xhtml
Comments
Post a Comment