We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
JobLauncher jobLauncher = context.getBean(JobLauncher.class); Job job = context.getBean(Job.class); jobLauncher.run( job, new JobParametersBuilder() .addString("inputFile", "file:./products.txt") .addDate("date", new Date()) .toJobParameters() );
There was an error while loading. Please reload this page.