Maheshguruswamy is right, that is what I was after. I've used something similar before and thought that would work.
Type: Posts; User: richarddowsett; Keyword(s):
Maheshguruswamy is right, that is what I was after. I've used something similar before and thought that would work.
This should just have the strings "database.url" etc.
I'm not sure if this would work. The PropertyPlaceHolderConfigurer is required to replace the property place holders, but these can't be replaced until you have loaded the properties from the...
I think in this context I will want to prevent concurrent execution. As these are batch jobs putting data into a database, they are sometimes required to delete from data first, which wouldn't play...
Thanks for the tip. How would I use this by injecting a Flow?
I've been prototyping this all day and I've come up with a solution based on overriding SimpleJob.
By splitting the <batch:job ...../> defintion from the <step....> definitions, I was able to load...
Hi,
I am already using Spring Batch for a limited number of jobs, but I am in the process of transferring all jobs from our custom batch framework to our Spring Batch implementation.
The...