Updated CafeDemo path
This commit is contained in:
@@ -5,4 +5,4 @@ setlocal ENABLEDELAYEDEXPANSION
|
||||
for /r ..\dist %%j IN (*.jar) do set CP=!CP!;%%j
|
||||
for /r ..\lib %%j IN (*.jar) do set CP=!CP!;%%j
|
||||
|
||||
@java -cp %CP% org.springframework.integration.samples.cafe.CafeDemo %1
|
||||
@java -cp %CP% org.springframework.integration.samples.cafe.xml.CafeDemo %1
|
||||
|
||||
Reference in New Issue
Block a user