BATCH-304: rename BatchCommandLineLauncher in docs

This commit is contained in:
dsyer
2008-05-24 10:19:49 +00:00
parent 44e294eeab
commit 8b9f5411b2

View File

@@ -29,7 +29,7 @@ Spring Batch Getting Started
You can get a pretty good idea about how to set up a job by examining the unit tests in the <<<org.springframework.batch.sample>>> package (in <<<src/main/java>>>) and the configuration in <<<src/main/resources/jobs>>>.
To launch a job from the command line instead of a unit test use the <<<BatchCommandLineLauncher.main()>>> method (see Javadocs included in that class).
To launch a job from the command line instead of a unit test use the <<<CommandLineJobRunner.main()>>> method (see Javadocs included in that class).
** With Maven on the Command Line