Skip to content

Commit

Permalink
Update start_migrate.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
kitmanzheng authored Dec 20, 2018
1 parent ad8627e commit 1f24881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start_migrate.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off
set cur_dir=%CD%
cd %cur_dir%
set my_java_cp=.;%cur_dir%\dep\*;%cur_dir%\src\main\resources
set my_java_cp=%cur_dir%\src\main\resources;.;%cur_dir%\dep\*
java -Dfile.encoding=UTF-8 -cp "%my_java_cp%" com.qcloud.cos_migrate_tool.app.App
pause>nul

0 comments on commit 1f24881

Please sign in to comment.