Fixed pathing in execution scripts
This commit is contained in:
@@ -5,4 +5,4 @@ IF NOT DEFINED JAVA_HOME (
|
||||
EXIT /B
|
||||
)
|
||||
|
||||
%JAVA_HOME%\bin\java -cp resources\;lib\* org.springframework.batch.core.launch.support.CommandLineJobRunner classpath:/launch-context.xml personJob
|
||||
%JAVA_HOME%\bin\java -cp resources\;lib\* org.springframework.batch.core.launch.support.CommandLineJobRunner example.LaunchContext personJob
|
||||
|
||||
@@ -5,4 +5,4 @@ if [ "$JAVA_HOME" = "" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
$JAVA_HOME/bin/java -cp resources/:lib/* org.springframework.batch.core.launch.support.CommandLineJobRunner classpath:/launch-context.xml personJob
|
||||
$JAVA_HOME/bin/java -cp resources/:lib/* org.springframework.batch.core.launch.support.CommandLineJobRunner example.LaunchContext personJob
|
||||
|
||||
Reference in New Issue
Block a user