How to access JobParameters in Spring Batch ItemReader?
I am trying to access job parameters in an ItemReader
as shown below, but even trying several approaches, I could not find a proper way that is suitable for the lastest Spring Batch version (most of the answers on SO are 8-10 years old).
How to access JobParameters in ItemReader
I am trying to access job parameters in an ItemReader
as shown below, but even trying several approaches, I could not find a proper way that is suitable for the lastest Spring Batch version (most of the answers on SO are 8-10 years old).
How to access JobParameters in ItemReader
I am trying to access job parameters in an ItemReader
as shown below, but even trying several approaches, I could not find a proper way that is suitable for the lastest Spring Batch version (most of the answers on SO are 8-10 years old).