Reputation: 1
I am using oracle DB which shares multiple application, I am using spring-batch-admin-manager:1.3.1.RELEASE to monitor the jobs which we have created.
How to filter or hide other application batches that appears in our admin application?
Upvotes: 0
Views: 71
Reputation: 117
If you have different jobs(that of another application too) sharing the same batch meta data tables, you could override jobs.ftl
and execution.ftl
to make sure that you only show the list of jobs that you intend to. Hope this helps.
Upvotes: 0