OCR/test_tmp/test_full_upload.bat
2025-05-13 11:07:14 +08:00

9 lines
321 B
Batchfile

@echo off
chcp 65001
echo 编译测试上传程序...
javac -encoding UTF-8 -cp target/image-ocr-monitor-1.0-SNAPSHOT-jar-with-dependencies.jar test_full_upload.java
echo 运行测试上传程序...
java -Dfile.encoding=UTF-8 -cp target/image-ocr-monitor-1.0-SNAPSHOT-jar-with-dependencies.jar;. test_full_upload
pause