In my Spring batch configuration, I\'m trying to setup a partitioned step, which accesses values from JobParameters as follows :
@Bean @Qualifier(\"partition
Please try the option Spring batch scope issue while using spring boot, posted by Manh. I guess it solved the problem. Unfortunately I no longer have access to the code base, to confirm what I did for the fix.