All Questions
Tagged with spring-batch-tasklet properties
1 question
1
vote
0
answers
586
views
Inject properties into FlatFileItemWriter in Spring batch
I need to generate a file called: NEW_NAME_YYYY-MM-DD where YYYY-MM-DD is the current Date. Everything works fine except for when my batch tries to get the propertie tmp.dir it finds nothing and calls ...