Files
his/scripts/手动编译步骤.bat

20 lines
488 B
Batchfile
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@echo off
echo ============================================
echo 手动编译 OpenHIS 后端
echo ============================================
echo.
echo 请在命令行中依次执行以下命令:
echo.
echo 1. 进入项目目录
echo cd /d D:\his\openhis-server-new
echo.
echo 2. 清理并编译
echo mvn clean package -DskipTests
echo.
echo 3. 等待编译完成约5-10分钟
echo.
echo 4. 重启后端服务
echo.
echo ============================================
pause